summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-10-03 19:05:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-10-03 19:05:15 +0200
commit3f825016f9fc0eb3c1d6d1e2526756c34a4dc534 (patch)
tree8e585ef6d7199cc62952cb90fbc0e2141b246fcc /target/Makefile
parentcd965d03565e31760a325161a03079ed06cec7fb (diff)
frosted: add ADK prefix, separate kernel/userland in the menu
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile4
1 files changed, 3 insertions, 1 deletions
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)