diff options
author | Erwan Velu <erwan.velu@free.fr> | 2009-02-24 22:47:10 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-02-25 20:58:45 -0800 |
commit | 502f3945957eda4f312704fa70a0e2fc53bbd6af (patch) | |
tree | d7a30bc476d4889dbf039944e52cbca0f053e93f /com32/hdt/Makefile | |
parent | dddc947144848663029d46efaa81d8235c948f3f (diff) | |
download | syslinux-elf-502f3945957eda4f312704fa70a0e2fc53bbd6af.tar.gz syslinux-elf-502f3945957eda4f312704fa70a0e2fc53bbd6af.tar.xz syslinux-elf-502f3945957eda4f312704fa70a0e2fc53bbd6af.zip |
hdt: Basic pxe implementation
Diffstat (limited to 'com32/hdt/Makefile')
-rw-r--r-- | com32/hdt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile index 37f85c63..d637f5dc 100644 --- a/com32/hdt/Makefile +++ b/com32/hdt/Makefile @@ -43,7 +43,7 @@ all: hdt.c32 $(LIB) hdt.elf: hdt.o hdt-ata.o hdt-menu.o hdt-menu-pci.o hdt-menu-kernel.o \ hdt-menu-disk.o hdt-menu-dmi.o hdt-menu-processor.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.o hdt-common.o hdt-cli-pci.o hdt-cli-dmi.o hdt-cli-cpu.o hdt-cli-net.o\ $(com32)/modules/cpuid.o $(com32)/modules/dmi.o $(topdir)/menu/libmenu/libmenu.a $(LIB) $(C_LIBS) $(LD) $(LDFLAGS) -o $@ $^ |