summaryrefslogtreecommitdiff
path: root/com32/modules/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 /com32/modules/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 'com32/modules/Makefile')
-rw-r--r--com32/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/modules/Makefile b/com32/modules/Makefile
index 2d479132..e1b62b52 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makefile
@@ -18,7 +18,7 @@
topdir = ../..
include ../MCONFIG
-MODULES = chain.c32 config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \
+MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \
disk.c32 pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 \
meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \
kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \