summaryrefslogtreecommitdiff
path: root/com32/lib/Makefile
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@linux.intel.com>2011-05-25 08:39:47 +0100
committerMatt Fleming <matt.fleming@linux.intel.com>2011-05-25 08:44:48 +0100
commit565952b9d86d769471d500caab5ebba9bc36c363 (patch)
tree46ca624afd1d6997d4ebfb91345613b42deb5e70 /com32/lib/Makefile
parenteecc876ef99deb4cf753db5b31d5eb1f83600b6c (diff)
downloadsyslinux-565952b9d86d769471d500caab5ebba9bc36c363.tar.gz
ldlinux: Add support for Auxillary Data Vector
Move all the code for the ADV into ldlinux so that it doesn't have any dependencies on other modules. We also need a way to initialize the ADV from ldlinux, so add another vector to the comboot API. Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
Diffstat (limited to 'com32/lib/Makefile')
-rw-r--r--com32/lib/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index 5d41d7d9..10fb4deb 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -50,8 +50,6 @@ LIBSYSLINUX_OBJS = \
syslinux/ipappend.o syslinux/dsinfo.o syslinux/version.o \
syslinux/pxe_get_cached.o syslinux/pxe_get_nic.o \
syslinux/pxe_dns.o \
- syslinux/adv.o syslinux/advwrite.o syslinux/getadv.o \
- syslinux/setadv.o \
syslinux/video/fontquery.o syslinux/video/forcetext.o \
syslinux/video/reportmode.o