summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorPhil Sutter <phil.sutter@viprinet.com>2015-02-24 12:47:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-28 10:14:38 +0100
commitff984a2960dd7bd59e5b6a592e1825a20af7d00d (patch)
tree848a9dcc097f5ce1421520f401486c7ea2e386e1 /target/Makefile
parentde8ac35cc1924d4c7d78096e8acbfff2a2adf51b (diff)
target/Makefile: fix for ADK_TARGET_KERNEL_CUSTOMISING=n
The prepared kernel config wasn't copied to it's final place.
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/Makefile b/target/Makefile
index 3291862ba..ddb395b55 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -106,6 +106,8 @@ config-prepare: $(ADK_TOPDIR)/.config
echo "no miniconfig found for target system"; \
exit 1; \
fi
+ @cd $(BUILD_DIR) && cmp -s .kernelconfig.board .kernelconfig || \
+ cp .kernelconfig.board .kernelconfig
endif
prepare: $(ADK_TARGET_ARCH)-prepare