aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-05-18 15:00:04 -0700
committerH. Peter Anvin <hpa@zytor.com>2012-05-18 15:00:04 -0700
commit66214ac37144c14d0c9ec4e1d9d663ad04daf368 (patch)
tree01fcc525d4968428076358639c44b34a62dfea08
parent68e8ee381541fa142e3cda2101255be8b376afe4 (diff)
downloadsyslinux-66214ac37144c14d0c9ec4e1d9d663ad04daf368.tar.gz
syslinux-66214ac37144c14d0c9ec4e1d9d663ad04daf368.tar.xz
syslinux-66214ac37144c14d0c9ec4e1d9d663ad04daf368.zip
elflink: Make sure to install ldlinux.c32 at install time
We need to reach ldlinux.c32 during early boot... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0f500a33..c05e04ff 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,7 @@ EXTBOOTINSTALL = $(MODULES)
# Things to install in /tftpboot
NETINSTALLABLE = core/pxelinux.0 gpxe/gpxelinux.0 \
+ com32/elflink/ldlinux/ldlinux.c32 \
$(MODULES)
all: