From 3f825016f9fc0eb3c1d6d1e2526756c34a4dc534 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 3 Oct 2017 19:05:15 +0200 Subject: frosted: add ADK prefix, separate kernel/userland in the menu --- target/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/Makefile') diff --git a/target/Makefile b/target/Makefile index 47626deaa..a67fb62b7 100644 --- a/target/Makefile +++ b/target/Makefile @@ -134,8 +134,10 @@ endif ifeq ($(ADK_TARGET_OS_FROSTED),y) config-prepare: $(ADK_TOPDIR)/.config - @PATH='$(HOST_PATH)' sed -n '/^FROSTED_/s///p' $(ADK_TOPDIR)/.config \ + @PATH='$(HOST_PATH)' sed -n '/^ADK_FROSTED_/s///p' $(ADK_TOPDIR)/.config \ >$(BUILD_DIR)/.frosted + @PATH='$(HOST_PATH)' sed -n '/^ADK_PACKAGE_FROSTED_/s///p' $(ADK_TOPDIR)/.config \ + >$(BUILD_DIR)/.frostedapps endif ifeq ($(ADK_TARGET_OS_FROSTED),y) -- cgit v1.2.3