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 --- target/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/Makefile') diff --git a/target/Makefile b/target/Makefile index 99e0fff14..9882e4d84 100644 --- a/target/Makefile +++ b/target/Makefile @@ -140,6 +140,11 @@ 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 @@ -147,6 +152,13 @@ install: frosted-install targethelp: frosted-targethelp endif +ifeq ($(ADK_TARGET_OS_ZEPHYR),y) +prepare: zephyr-prepare +compile: zephyr-compile +install: zephyr-install +targethelp: zephyr-targethelp +endif + ifeq ($(ADK_TARGET_OS_LINUX),y) prepare: $(ADK_TARGET_ARCH)-prepare compile: $(ADK_TARGET_ARCH)-compile -- cgit v1.2.3