diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2010-02-28 22:09:23 -0800 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-28 22:09:23 -0800 |
| commit | 08bc48447fd1c6818c1f13fd25c5ed969d60fd04 (patch) | |
| tree | 498decc19876be4337d99168e36f5952780ef5a1 /modules/Makefile | |
| parent | eb7a9ee9c66d11a0c5cb5bfc363a2c82e015d2b0 (diff) | |
| download | syslinux-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/Makefile | 2 |
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) |
