aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1c3254441f3..dd3ecc0fb8e7 100644
--- a/Makefile
+++ b/Makefile
@@ -501,7 +501,7 @@ endif
501ifeq ($(KBUILD_EXTMOD),) 501ifeq ($(KBUILD_EXTMOD),)
502 ifneq ($(filter config %config,$(MAKECMDGOALS)),) 502 ifneq ($(filter config %config,$(MAKECMDGOALS)),)
503 config-targets := 1 503 config-targets := 1
504 ifneq ($(filter-out config %config,$(MAKECMDGOALS)),) 504 ifneq ($(words $(MAKECMDGOALS)),1)
505 mixed-targets := 1 505 mixed-targets := 1
506 endif 506 endif
507 endif 507 endif