summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-12 01:26:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-12 01:26:45 +0100
commit690005de4d88f24a118d234c67f96584254ecc05 (patch)
tree96f0714ec54fb3abb6e23f778c64c10031cd2e0a /mk
parent965bf8becf63a12169cd964973e3a56fd96e21fe (diff)
disable ADK_NATIVE on FreeBSD host
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 95f047354..5f7399174 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -298,6 +298,9 @@ ifneq (,$(filter rb%,${TARGET}))
endif
menuconfig: $(CONFIG)/mconf defconfig
+ if [ ! -f .config ];then \
+ $(CONFIG)/conf -D .defconfig $(CONFIG_CONFIG_IN); \
+ fi
@$(CONFIG)/mconf $(CONFIG_CONFIG_IN)
${POSTCONFIG}