summaryrefslogtreecommitdiff
path: root/target/frosted/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/frosted/Makefile
parentcd965d03565e31760a325161a03079ed06cec7fb (diff)
frosted: add ADK prefix, separate kernel/userland in the menu
Diffstat (limited to 'target/frosted/Makefile')
-rw-r--r--target/frosted/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/frosted/Makefile b/target/frosted/Makefile
index 5c1a7f857..12b2970fb 100644
--- a/target/frosted/Makefile
+++ b/target/frosted/Makefile
@@ -12,7 +12,7 @@ prepare:
git submodule update --init --recursive ;\
fi
cp $(BUILD_DIR)/.frosted $(BUILD_DIR)/frosted/kconfig/.config
- cp $(BUILD_DIR)/.frosted $(BUILD_DIR)/frosted/frosted-userland/kconfig/.config
+ cp $(BUILD_DIR)/.frostedapps $(BUILD_DIR)/frosted/frosted-userland/kconfig/.config
compile:
PATH='$(HOST_PATH)' $(MAKE) V=1 -C $(BUILD_DIR)/frosted clean