diff options
Diffstat (limited to 'com32/hdt/Makefile')
-rw-r--r-- | com32/hdt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile index b9fd49b4..653f2c93 100644 --- a/com32/hdt/Makefile +++ b/com32/hdt/Makefile @@ -46,6 +46,7 @@ hdt.elf: hdt.o hdt-ata.o hdt-menu.o hdt-menu-pci.o hdt-menu-kernel.o \ hdt-menu-syslinux.o hdt-menu-about.o \ hdt-cli.o hdt-common.o hdt-cli-pci.o hdt-cli-dmi.o \ hdt-cli-cpu.o hdt-cli-pxe.o hdt-cli-kernel.o \ + hdt-cli-syslinux.o \ hdt-menu-pxe.o hdt-menu-summary.o\ $(com32)/modules/cpuid.o \ $(LIBS) |