summaryrefslogtreecommitdiff
path: root/modules/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-02-28 22:09:23 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-02-28 22:09:23 -0800
commit08bc48447fd1c6818c1f13fd25c5ed969d60fd04 (patch)
tree498decc19876be4337d99168e36f5952780ef5a1 /modules/Makefile
parenteb7a9ee9c66d11a0c5cb5bfc363a2c82e015d2b0 (diff)
downloadsyslinux-08bc48447fd1c6818c1f13fd25c5ed969d60fd04.tar.gz
gfxboot: remove 16-bit gfxboot module
Get rid of the 16-bit gfxboot module; use gfxboot.c32 instead. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'modules/Makefile')
-rw-r--r--modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Makefile b/modules/Makefile
index 77020ea0..f3183641 100644
--- a/modules/Makefile
+++ b/modules/Makefile
@@ -19,7 +19,7 @@ include $(topdir)/MCONFIG.embedded
INCLUDES = -I$(com32)/include
-BINS = pxechain.com gfxboot.com poweroff.com int18.com
+BINS = pxechain.com poweroff.com int18.com
all: $(BINS)