From 43432388cb7f3d6280066c142fd242195a652f8d Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Mon, 8 Oct 2012 15:45:46 +0100 Subject: 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 Signed-off-by: Matt Fleming --- com32/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/modules/Makefile b/com32/modules/Makefile index 0f618143..24b7d283 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 = -- cgit v1.2.1