summaryrefslogtreecommitdiff
path: root/com32/modules/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2009-02-17 20:34:51 -0800
committerH. Peter Anvin <hpa@zytor.com>2009-02-17 20:34:51 -0800
commit5241ed1d54a8bb844b0b983dcf03f0de55a20b1d (patch)
tree27a81e3dfa314fe2b2a284a048e2fe6c7a7465e2 /com32/modules/Makefile
parentd0c6656a62113b913948361779d6298fe76f6e61 (diff)
downloadsyslinux-3.74-pre1.tar.gz
Simple "cmd" module to issue a CLI commandsyslinux-3.74-pre1
A simple "cmd" COM32 module, which only echoes a CLI command. This is mostly useful when running on an alternate CLI, e.g. on top of the native gPXE COMBOOT interface.
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 2739a39b..930e89b6 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makefile
@@ -20,7 +20,7 @@ include ../MCONFIG
MODULES = chain.c32 config.c32 ethersel.c32 mboot.c32 dmitest.c32 \
cpuidtest.c32 \
pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 meminfo.c32 \
- sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 kbdmap.c32
+ sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 kbdmap.c32 cmd.c32
TESTFILES =