aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Bucur <stefan@stefan-ubumac.(none)>2009-03-15 10:52:08 +0200
committerStefan Bucur <stefan@stefan-ubumac.(none)>2009-03-15 10:52:08 +0200
commitf79f762a2218dd0741da933533b73e61d67abfff (patch)
tree91ea588d125702a95a9031edbb38c77e209cf76d
parent076f64b166ba2fcb163e9dc0acba7d0525d26ea5 (diff)
downloadsyslinux-elf-f79f762a2218dd0741da933533b73e61d67abfff.tar.gz
syslinux-elf-f79f762a2218dd0741da933533b73e61d67abfff.tar.xz
syslinux-elf-f79f762a2218dd0741da933533b73e61d67abfff.zip
Fixed the COM32 lib Makefile in order to keep up with the latest SYSLINUX version.HEADelflink
-rw-r--r--com32/lib/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index b1387e68..4ecfc4aa 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -43,7 +43,7 @@ LIBPCI_OBJS = \
pci/writeb.o pci/writew.o pci/writel.o pci/writebios.o
LIBSYSLINUX_OBJS = \
- syslinux/reboot.o \
+ syslinux/reboot.o syslinux/keyboard.o \
syslinux/features.o syslinux/config.o \
syslinux/ipappend.o syslinux/dsinfo.o syslinux/version.o \
\
@@ -61,7 +61,7 @@ LIBSYSLINUX_OBJS = \
syslinux/initramfs_file.o syslinux/initramfs_loadfile.o \
syslinux/initramfs_archive.o \
\
- syslinux/pxe_get_cached.o \
+ syslinux/pxe_get_cached.o syslinux/pxe_get_nic.o \
\
syslinux/adv.o syslinux/advwrite.o syslinux/getadv.o \
syslinux/setadv.o
@@ -118,7 +118,7 @@ LIBOTHER_OBJS = \
perror.o printf.o puts.o qsort.o realloc.o seed48.o snprintf.o \
sprintf.o srand48.o sscanf.o strcasecmp.o strcat.o \
strchr.o strcmp.o strcpy.o strdup.o strerror.o strlen.o \
- strnlen.o \
+ strnlen.o strpcpy.o \
strncasecmp.o strncat.o strncmp.o strncpy.o strndup.o \
stpcpy.o stpncpy.o \
strntoimax.o strntoumax.o strrchr.o strsep.o strspn.o strstr.o \
@@ -134,8 +134,6 @@ LIBOTHER_OBJS = \
libgcc/__muldi3.o libgcc/__udivmoddi4.o libgcc/__umoddi3.o \
libgcc/__divdi3.o libgcc/__moddi3.o \
\
- sys/zfile.o sys/zfopen.o \
- \
sys/openconsole.o sys/line_input.o \
sys/colortable.o sys/screensize.o \
\