summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fdd199e40146..2423d88588b7 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ CROSS_COMPILE =
# That's our default target when none is given on the command line
-all: vmlinux
+all: vmlinux modules
# Decide whether to build built-in, modular, or both.
# Normally, just do built-in.
@@ -707,7 +707,7 @@ MRPROPER_DIRS += \
# clean - Delete all intermediate files
#
-clean-dirs += $(addprefix, _clean_,$(ALL_SUBDIRS) Documentation/DocBook scripts)
+clean-dirs += $(addprefix _clean_,$(ALL_SUBDIRS) Documentation/DocBook scripts)
.PHONY: $(clean-dirs) clean archclean mrproper archmrproper distclean
$(clean-dirs):
$(Q)$(MAKE) $(clean)=$(patsubst _clean_%,%,$@)