summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-09-30 17:54:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-09-30 17:56:52 +0200
commit185f430dbf2c36415930941eced92723824950d6 (patch)
tree4dcd88236e1011b3fc2da9c3e567da0b9d7fe4d1 /mk/build.mk
parent2045193013cf9f18c3bdf6e81daf2bb87c17bff4 (diff)
remove unfinished alternative os porting efforts
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 5c0dbf761..c34b71c01 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -179,18 +179,6 @@ 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/compile target/install target/targethelp
-endif
-ifeq ($(ADK_TARGET_OS_WALDUX),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
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