summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-22 19:32:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-22 19:32:17 +0100
commit2ba5a8bb9f383740ab503b79445da1e924665c51 (patch)
treeaa9e4b9ea12dcad8e2a386630343e1dd9a6c7783 /mk/build.mk
parent4088c6eaebb868c4533c83a3d7880b9fab31d45e (diff)
fix compact flash support for wrap
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk
index f38616f52..fbb52c0bb 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -122,6 +122,11 @@ switch:
echo "Setting configuration to target: ${TARGET}"; \
else echo "No old target config found";mv .config .config.bak; make TARGET=${TARGET};fi
+kernelconfig:
+ cp $(TOPDIR)/target/$(ADK_TARGET)/kernel.config $(BUILD_DIR)/linux/.config
+ make -C $(BUILD_DIR)/linux/ ARCH=$(ARCH) menuconfig
+ cp $(BUILD_DIR)/linux/.config $(TOPDIR)/target/$(ADK_TARGET)/kernel.config
+
#############################################################
#
# Cleanup and misc junk