[syslinux:master] com32: Add ifmemdsk.c32 to Makefile

syslinux-bot for Matt Fleming matt.fleming at intel.com
Mon Oct 22 12:51:14 PDT 2012


Commit-ID:  43432388cb7f3d6280066c142fd242195a652f8d
Gitweb:     http://www.syslinux.org/commit/43432388cb7f3d6280066c142fd242195a652f8d
Author:     Matt Fleming <matt.fleming at intel.com>
AuthorDate: Mon, 8 Oct 2012 15:45:46 +0100
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Mon, 8 Oct 2012 20:03:22 +0100

com32: Add ifmemdsk.c32 to Makefile

... so that it actually gets built. This should have been added to the
Makefile when ifmemdsk.c was created.

Reported-by: Ady <ady-sf at hotmail.com>
Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 com32/modules/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/com32/modules/Makefile b/com32/modules/Makefile
index 0f61814..24b7d28 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makefile
@@ -24,7 +24,7 @@ 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 pxechn.c32 kontron_wdt.c32
+	    whichsys.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32
 
 TESTFILES =
 


More information about the Syslinux-commits mailing list