diff options
author | Stefan Bucur <stefan@stefan-mac.(none)> | 2009-07-03 23:29:23 +0300 |
---|---|---|
committer | Stefan Bucur <stefan@stefan-mac.(none)> | 2009-07-03 23:29:23 +0300 |
commit | c9d910a68845661946d1e040faaa4f46076fd64f (patch) | |
tree | 3ddbe48b4c7e17dbe91ec22ce9ccbc1bd467e8a0 /com32/lib/Makefile | |
parent | 1ed097522de8d624905efc180e2324acb485e809 (diff) | |
download | syslinux-elf-c9d910a68845661946d1e040faaa4f46076fd64f.tar.gz syslinux-elf-c9d910a68845661946d1e040faaa4f46076fd64f.tar.xz syslinux-elf-c9d910a68845661946d1e040faaa4f46076fd64f.zip |
Fixed a merge issue with the previous commit
Diffstat (limited to 'com32/lib/Makefile')
-rw-r--r-- | com32/lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 57348a8d..50862e00 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -151,7 +151,9 @@ LIBOTHER_OBJS = \ pci/readb.o pci/readw.o pci/readl.o pci/readbios.o \ pci/writeb.o pci/writew.o pci/writel.o pci/writebios.o \ \ - sys/x86_init_fpu.o math/pow.o math/strtod.o + sys/x86_init_fpu.o math/pow.o math/strtod.o \ + \ + syslinux/memscan.o MINLIBOBJS = \ $(LIBOTHER_OBJS) \ |