diff options
author | Michal Soltys <soltys@ziu.info> | 2010-08-08 01:13:48 +0200 |
---|---|---|
committer | Michal Soltys <soltys@ziu.info> | 2010-08-16 00:41:44 +0200 |
commit | e1eb61603d686c7518a590b167fac5a94063acda (patch) | |
tree | 0a377dfd76dfe5c39b9dafd026673337771ed0f8 /Makefile | |
parent | 3d54a518a2be236bbbc44a6fc25cdf04d299ba03 (diff) | |
download | syslinux-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |