summaryrefslogtreecommitdiff
path: root/com32/hdt/Makefile
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-02-20 22:13:33 +0100
committerH. Peter Anvin <hpa@zytor.com>2009-02-25 20:58:42 -0800
commitb8341ac72e822e7c618b40e73dc0c439fbc812f4 (patch)
tree10c0cd6636afa46dc042efdfb0f48b3f62cb4800 /com32/hdt/Makefile
parente592c65c6a40f0336974d3392623f203231e96a0 (diff)
downloadsyslinux-b8341ac72e822e7c618b40e73dc0c439fbc812f4.tar.gz
hdt: Adding more dmi/pci support in cli mode
Diffstat (limited to 'com32/hdt/Makefile')
-rw-r--r--com32/hdt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index 9589e540..c1487378 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.o hdt-common.o hdt-cli-pci.o hdt-cli-dmi.o \
$(com32)/modules/cpuid.o $(com32)/modules/dmi.o $(topdir)/menu/libmenu/libmenu.a $(LIB) $(C_LIBS)
$(LD) $(LDFLAGS) -o $@ $^