From f855b1d7bfdc36a65703fdf9a638ad016c409bbe Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 31 Dec 2017 18:45:06 +0100 Subject: add basic zephyr experiments, add xtensa newlib support --- mk/build.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mk/build.mk') 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 -- cgit v1.2.3