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 --- mk/build.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mk/build.mk') 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 -- cgit v1.2.3