summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2014-06-10 09:39:55 -0700
committerH. Peter Anvin <hpa@zytor.com>2014-06-10 09:39:55 -0700
commit277b70ab2fafe15c1367f6ae8b022870a055d493 (patch)
treef9c5a74f9fbc8dac9810842b070b4f1b073be8b0 /Makefile
parentcc0c71dc2edcb42a5b464984f649f0024057056f (diff)
downloadsyslinux-277b70ab2fafe15c1367f6ae8b022870a055d493.tar.gz
memdump: Remove old obsolete COM16 binary
memdump was a com16 binary. If still useful, it should be replaced with a com32 library using libupload, but it has largely been replaced by sysdump anyway. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d21280c6..fb387c5b 100644
--- a/Makefile
+++ b/Makefile
@@ -137,14 +137,13 @@ include $(MAKEDIR)/syslinux.mk
#
ifndef EFI_BUILD
-MODULES = memdisk/memdisk memdump/memdump.com \
+MODULES = memdisk/memdisk \
com32/menu/*.c32 com32/modules/*.c32 com32/mboot/*.c32 \
com32/hdt/*.c32 com32/rosh/*.c32 com32/gfxboot/*.c32 \
com32/sysdump/*.c32 com32/lua/src/*.c32 com32/chain/*.c32 \
com32/lib/*.c32 com32/libutil/*.c32 com32/gpllib/*.c32 \
com32/elflink/ldlinux/*.c32 com32/cmenu/libmenu/*.c32
else
-# memdump is BIOS specific code exclude it for EFI
# FIXME: Prune other BIOS-centric modules
MODULES = com32/menu/*.c32 com32/modules/*.c32 com32/mboot/*.c32 \
com32/hdt/*.c32 com32/rosh/*.c32 com32/gfxboot/*.c32 \
@@ -186,7 +185,7 @@ NETINSTALLABLE = efi/syslinux.efi $(INSTALLABLE_MODULES)
else
-BSUBDIRS = codepage com32 lzo core memdisk mbr memdump gpxe sample \
+BSUBDIRS = codepage com32 lzo core memdisk mbr gpxe sample \
diag libinstaller dos win32 win64 dosutil txt
ITARGET =