summaryrefslogtreecommitdiff
path: root/com32/lib/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-06-28 21:36:59 -0700
committerH. Peter Anvin <hpa@zytor.com>2012-06-28 21:36:59 -0700
commit62efc644beddf9e13198456eb1a00acca43b2927 (patch)
tree6e56d8bb605eb3ace9edf17d7eda0628c8084fd4 /com32/lib/Makefile
parent53f267c1e4c6c51819a355e163b4b6c3214a852e (diff)
downloadsyslinux-62efc644beddf9e13198456eb1a00acca43b2927.tar.gz
elflink: Use ConfigName directly, the comboot API doesn't worksyslinux-5.00-pre5
Use the ConfigName buffer directly. Since this buffer doesn't necessarily live in lowmem anymore, the comboot API is useless. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/lib/Makefile')
-rw-r--r--com32/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index 57e9c2f8..6fa3eae7 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -46,8 +46,8 @@ LIBPCI_OBJS = \
LIBSYSLINUX_OBJS = \
syslinux/reboot.o syslinux/keyboard.o \
- syslinux/features.o syslinux/config.o \
- syslinux/version.o \
+ syslinux/features.o \
+ syslinux/version.o \
syslinux/pxe_get_cached.o syslinux/pxe_get_nic.o \
syslinux/pxe_dns.o \
syslinux/video/fontquery.o syslinux/video/reportmode.o