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/frosted/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/frosted/Makefile') 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 -- cgit v1.2.3