summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Soltys <soltys@ziu.info>2010-08-08 01:13:48 +0200
committerMichal Soltys <soltys@ziu.info>2010-08-16 00:41:44 +0200
commite1eb61603d686c7518a590b167fac5a94063acda (patch)
tree0a377dfd76dfe5c39b9dafd026673337771ed0f8 /Makefile
parent3d54a518a2be236bbbc44a6fc25cdf04d299ba03 (diff)
downloadsyslinux-e1eb61603d686c7518a590b167fac5a94063acda.tar.gz
split chain into chain + iterator, expand iterators' code
Patch: - splits chain into chain and iterator parts and moves them into their own com32/chain directory - extensively updates iterators' code - adjusts chain.c to use new iterators - fixes mbr/sect/hand/file allocation Signed-off-by: Michal Soltys <soltys@ziu.info>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da90cdc4..9ab401b6 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ include $(topdir)/MCONFIG
MODULES = memdisk/memdisk memdump/memdump.com modules/*.com \
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/sysdump/*.c32 com32/lua/src/*.c32 com32/chain/*.c32
# syslinux.exe is BTARGET so as to not require everyone to have the
# mingw suite installed