diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -501,7 +501,7 @@ endif | |||
501 | ifeq ($(KBUILD_EXTMOD),) | 501 | ifeq ($(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 |