summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteffen Winterfeldt <snwint@suse.de>2009-11-26 21:00:17 +0100
committerSebastian Herbszt <herbszt@gmx.de>2009-11-26 21:00:17 +0100
commitaae5483d9ebd6f091aa740108ad7f2958303931f (patch)
tree48e101a5e98188c3610ee59384a1f0e9a28f8b0b /Makefile
parent9269d2e170966ff455ea6141da13f9c5c5d484df (diff)
downloadsyslinux-aae5483d9ebd6f091aa740108ad7f2958303931f.tar.gz
Ok, here is the first try to turn the gfxboot wrapper into a com32 module. I had to extend the interface to the gfxboot core a bit to get it working. So it works only with latest gfxboot from git://gitorious.org/gfxboot/gfxboot.git Steffen Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76abff51..c964e8d1 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ include $(topdir)/MCONFIG
# List of module objects that should be installed for all derivatives
MODULES = memdisk/memdisk memdump/memdump.com modules/*.com \
com32/menu/*.c32 com32/modules/*.c32 com32/mboot/*.c32 \
- com32/hdt/*.c32 com32/rosh/*.c32
+ com32/hdt/*.c32 com32/rosh/*.c32 com32/gfxboot/*.c32
# syslinux.exe is BTARGET so as to not require everyone to have the
# mingw suite installed