From 8645420963417ffc64d2e88f64935249e0db225c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 21 Aug 2017 05:51:07 +0200 Subject: add basic support for frosted operating system https://github.com/insane-adding-machines/frosted Rework our architecture selection and os dependent logic a little bit to be cleaner. As only arm is supported, we only modify arm systems to comply with new changeset. --- 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 de911508c..67a53896a 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -175,6 +175,9 @@ else ifeq ($(ADK_TARGET_OS_BAREMETAL),y) $(MAKE) -f mk/build.mk package/hostcompile toolchain/final endif +ifeq ($(ADK_TARGET_OS_FROSTED),y) + $(MAKE) -f mk/build.mk package/hostcompile toolchain/final target/config-prepare target/compile target/install +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