summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/target/Makefile b/target/Makefile
index 9882e4d84..b95be18b5 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -140,11 +140,6 @@ config-prepare: $(ADK_TOPDIR)/.config
>$(BUILD_DIR)/.frostedapps
endif
-ifeq ($(ADK_TARGET_OS_ZEPHYR),y)
-config-prepare: $(ADK_TOPDIR)/.config
- echo foo
-endif
-
ifeq ($(ADK_TARGET_OS_FROSTED),y)
prepare: frosted-prepare
compile: frosted-compile
@@ -152,6 +147,13 @@ install: frosted-install
targethelp: frosted-targethelp
endif
+ifeq ($(ADK_TARGET_OS_RTEMS),y)
+prepare: rtems-prepare
+compile: rtems-compile
+install: rtems-install
+targethelp: rtems-targethelp
+endif
+
ifeq ($(ADK_TARGET_OS_ZEPHYR),y)
prepare: zephyr-prepare
compile: zephyr-compile