diff options
author | Matt Fleming <matt.fleming@intel.com> | 2012-10-08 15:45:46 +0100 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2012-10-08 20:03:22 +0100 |
commit | 43432388cb7f3d6280066c142fd242195a652f8d (patch) | |
tree | dfdd42ff8ba2420ebeef9c88a1dccd8042130458 | |
parent | 6a324bc6ed0a45b4a091d59e7b1f3540c249af3c (diff) | |
download | syslinux-43432388cb7f3d6280066c142fd242195a652f8d.tar.gz |
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@hotmail.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r-- | com32/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |