summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 4840ab66d..fc293bcfa 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -177,6 +177,9 @@ 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
+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
endif