Displaying 1 result from an estimated 1 matches for "9d88d75".
Did you mean:
9088d7b
2012 May 23
1
[GIT PULL] Remove duplicate COM32 modules
...| 3 +--
com32/modules/hello.c | 26 --------------------------
com32/samples/hello.c | 37 ++++++++++++++-----------------------
3 files changed, 15 insertions(+), 51 deletions(-)
delete mode 100644 com32/modules/hello.c
diff --git a/com32/modules/Makefile b/com32/modules/Makefile
index 9d88d75..b408410 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...