From a5a60ae7133fc9b893f3d44c793ccc322fd913d3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 9 Jan 2018 21:32:28 +0100 Subject: add basic rtems support as a new playground --- target/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'target/Makefile') 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 -- cgit v1.2.3