summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 671335799..a1dd6dd82 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -179,11 +179,14 @@ else
ifeq ($(ADK_TARGET_OS_BAREMETAL),y)
$(MAKE) -f mk/build.mk package/hostcompile toolchain/final
endif
+ifeq ($(ADK_TARGET_OS_RTEMS),y)
+ $(MAKE) -f mk/build.mk package/hostcompile toolchain/final target/compile target/install target/targethelp
+endif
ifeq ($(ADK_TARGET_OS_FROSTED),y)
$(MAKE) -f mk/build.mk package/hostcompile toolchain/final target/config-prepare target/compile target/install target/targethelp
endif
ifeq ($(ADK_TARGET_OS_ZEPHYR),y)
- $(MAKE) -f mk/build.mk package/hostcompile toolchain/final target/config-prepare target/compile target/install target/targethelp
+ $(MAKE) -f mk/build.mk package/hostcompile toolchain/final target/compile target/install target/targethelp
endif
ifeq ($(ADK_TARGET_OS_LINUX),y)
$(MAKE) -f mk/build.mk package/hostcompile toolchain/final target/config-prepare target/compile package_clean package/compile root_clean package/install target/install package_index