summaryrefslogtreecommitdiff
path: root/com32/modules/Makefile
diff options
context:
space:
mode:
authorShao Miller <sha0.miller@gmail.com>2012-11-04 00:26:32 -0400
committerShao Miller <sha0.miller@gmail.com>2012-11-04 00:26:32 -0400
commitc9c67dd61ba0b11e46d514601cf0722e1b43017c (patch)
treee36096be2de3a5ceb47a9cd237852f0f28ebd1d8 /com32/modules/Makefile
parent28b3a9d4d7eb932b827122f3e641ce14fb2cbd03 (diff)
downloadsyslinux-c9c67dd61ba0b11e46d514601cf0722e1b43017c.tar.gz
hexdump.c32: Simple file hex-dumper
Usage: %s [<option> [...]] <filename> [<option> [...]] Options: -p --page . . . . . . . Pause output every 24 lines --no-buffer . . . . Load the entire file before dumping --extended-ascii . . Use extended ASCII chars in dump -? -h --help . . . . . . Display this help Signed-off-by: Shao Miller <sha0.miller@gmail.com>
Diffstat (limited to 'com32/modules/Makefile')
-rw-r--r--com32/modules/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/modules/Makefile b/com32/modules/Makefile
index ee428e30..9cf4da8e 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makefile
@@ -24,7 +24,8 @@ MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.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 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32
+ whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \
+ hexdump.c32
TESTFILES =