aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2011-12-17 23:52:09 -0500
committerGene Cumm <gene.cumm@gmail.com>2011-12-17 23:59:12 -0500
commit136f89c14fd5b8d13cf32d9670a8d4634ecae2f3 (patch)
treeeef3f249888beae92c7ec66910fdf7e468b2f91c
parentdeb7c5589182cc19499670c45104c5caa1a895fe (diff)
downloadsyslinux-136f89c14fd5b8d13cf32d9670a8d4634ecae2f3.tar.gz
syslinux-136f89c14fd5b8d13cf32d9670a8d4634ecae2f3.tar.xz
syslinux-136f89c14fd5b8d13cf32d9670a8d4634ecae2f3.zip
cptime.c32: Move to modules; include in Makefile
Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
-rw-r--r--com32/modules/Makefile3
-rw-r--r--com32/modules/cptime.c (renamed from com32/samples/cptime.c)0
2 files changed, 2 insertions, 1 deletions
diff --git a/com32/modules/Makefile b/com32/modules/Makefile
index e9ce1d1f..45bf7ebf 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makefile
@@ -23,7 +23,8 @@ MODULES = chain.c32 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 \
- ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 whichsys.c32
+ ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \
+ whichsys.c32 cptime.c32
TESTFILES =
diff --git a/com32/samples/cptime.c b/com32/modules/cptime.c
index 0f5ffe61..0f5ffe61 100644
--- a/com32/samples/cptime.c
+++ b/com32/modules/cptime.c