diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ $(if $(KBUILD_OUTPUT),, \ | |||
124 | PHONY += $(MAKECMDGOALS) sub-make | 124 | PHONY += $(MAKECMDGOALS) sub-make |
125 | 125 | ||
126 | $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make | 126 | $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make |
127 | $(Q)@: | 127 | @: |
128 | 128 | ||
129 | sub-make: FORCE | 129 | sub-make: FORCE |
130 | $(if $(KBUILD_VERBOSE:1=),@)$(MAKE) -C $(KBUILD_OUTPUT) \ | 130 | $(if $(KBUILD_VERBOSE:1=),@)$(MAKE) -C $(KBUILD_OUTPUT) \ |