aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f255394ff..64293b8c7 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,7 @@ help:
162 162
163ifneq ($(strip $(HAVE_DOT_CONFIG)),y) 163ifneq ($(strip $(HAVE_DOT_CONFIG)),y)
164# Default target if none was requested explicitly 164# Default target if none was requested explicitly
165all: defconfig menuconfig ; 165all: menuconfig ;
166 166
167ifneq ($(filter-out $(noconfig_targets),$(MAKECMDGOALS)),) 167ifneq ($(filter-out $(noconfig_targets),$(MAKECMDGOALS)),)
168# warn if no configuration exists and we are asked to build a non-config target 168# warn if no configuration exists and we are asked to build a non-config target
@@ -191,6 +191,7 @@ scripts/config/mconf: scripts/config/Makefile
191 $(Q)$(MAKE) -C scripts/config ncurses conf mconf 191 $(Q)$(MAKE) -C scripts/config ncurses conf mconf
192 192
193menuconfig: scripts/config/mconf 193menuconfig: scripts/config/mconf
194 @[ -f .config ] || make $(MAKEFLAGS) defconfig
194 @./scripts/config/mconf $(CONFIG_CONFIG_IN) 195 @./scripts/config/mconf $(CONFIG_CONFIG_IN)
195 196
196config: scripts/config/conf 197config: scripts/config/conf