summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/module/Makefile b/module/Makefile
index 04c515e..192774d 100644
--- a/module/Makefile
+++ b/module/Makefile
@@ -1,7 +1,5 @@
-ifeq ($(TARGET),riscos)
- ifeq ($(COMPONENT_TYPE),binary)
- DIR_SOURCES := header.cmhg module.c menu.c wrapper.c
- endif
+ifeq ($(COMPONENT_TYPE),riscos-module)
+ DIR_SOURCES := header.cmhg module.c menu.c wrapper.c
endif
include build/makefiles/Makefile.subdir