summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-02-26 20:51:09 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-02-26 20:51:09 +0100
commit8c769691094121b098709c66001c5aca6d34f0bb (patch)
tree5920e9483f9c408619153746fc2e24ca27601efc /mk/build.mk
parent0d5476f287f4f5c0a74c4f5b42025dfe0ce3b253 (diff)
Revert "always use .defconfig, otherwise make menuconfig and ADK_APPLIANCE does not work"
This reverts commit f7fb97a8e2160a791487f5a2cd9f744b04cf39bb.
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 0e41b0002..214c52e88 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -458,7 +458,9 @@ endif
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(ADK_TOPDIR)/.defconfig; \
fi
- @$(CONFIG)/conf --defconfig=.defconfig $(CONFIG_CONFIG_IN)
+ @if [ ! -z "$(ADK_APPLIANCE)" ];then \
+ $(CONFIG)/conf --defconfig=.defconfig $(CONFIG_CONFIG_IN); \
+ fi
allconfig:
ifeq (${OStype},Linux)