diff options
Diffstat (limited to 'target/frosted/Makefile')
-rw-r--r-- | target/frosted/Makefile | 2 |
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 |