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. --- Config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 2467ba593..e30077a69 100644 --- a/Config.in +++ b/Config.in @@ -65,6 +65,11 @@ source "target/linux/Config.in" endmenu endmenu +menu "Frosted configuration" + visible if ADK_TARGET_OS_FROSTED && !ADK_TARGET_CHOOSE_ARCH +source "target/frosted/Config.in" +endmenu + menu "Toolchain settings" visible if !ADK_TARGET_CHOOSE_ARCH -- cgit v1.2.3