search for: mod_all

Displaying 2 results from an estimated 2 matches for "mod_all".

Did you mean: log_all
2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.c32
...specific modules > +MOD_BIOS = disk.c32 elf.c32 ethersel.c32 gpxecmd.c32 ifmemdsk.c32 ifplop.c32 \ > + kbdmap.c32 kontron_wdt.c32 pcitest.c32 pmload.c32 poweroff.c32 \ > + prdhcp.c32 pxechn.c32 sanboot.c32 sdi.c32 vesainfo.c32 > + > +# All-architecture modules > +MOD_ALL = cat.c32 cmd.c32 config.c32 cptime.c32 cpuid.c32 cpuidtest.c32 \ > + debug.c32 dir.c32 dmitest.c32 hexdump.c32 host.c32 ifcpu.c32 \ > + ifcpu64.c32 linux.c32 ls.c32 meminfo.c32 pwd.c32 reboot.c32 \ > + vpdtest.c32 whichsys.c32 zzjson.c32 > + > +ifeq ($(FI...
2017 Jul 01
0
[PATCH] Add new hash.c32 module
diff U3 syslinux-6.04-pre1/com32/modules/Makefile b/com32/modules/Makefile --- syslinux-6.04-pre1/com32/modules/Makefile Fri Mar 04 02:09:01 2016 +++ b/com32/modules/Makefile Fri Jun 30 20:09:01 2017 @@ -25,9 +25,9 @@ # All-architecture modules MOD_ALL = cat.c32 cmd.c32 config.c32 cptime.c32 cpuid.c32 cpuidtest.c32 \ - debug.c32 dir.c32 dmitest.c32 hexdump.c32 host.c32 ifcpu.c32 \ - ifcpu64.c32 linux.c32 ls.c32 meminfo.c32 pwd.c32 reboot.c32 \ - vpdtest.c32 whichsys.c32 zzjson.c32 + debug.c32 dir.c32 dmitest.c32 hash.c32 hexdump.c32...