From 2779b713bdd8644ee2b52962ece6daa209b4ba6b Mon Sep 17 00:00:00 2001 From: Andre Ericson Date: Tue, 22 May 2012 20:59:51 -0300 Subject: com32: remove duplicate modules There was a hello.c32 module at com32/modules directory to test 32-bit ELF space, so this patch replaces the old hello.c32 module with the new hello.c32. Signed-off-by: Andre Ericson --- com32/modules/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'com32/modules/Makefile') diff --git a/com32/modules/Makefile b/com32/modules/Makefile index 9d88d75b..b408410b 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -23,8 +23,7 @@ MODULES = chain.c32 config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ disk.c32 pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.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 \ - hello.c32 + ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 whichsys.c32 TESTFILES = -- cgit v1.2.1