aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea5f0bee1934..46040e887d83 100644
--- a/Makefile
+++ b/Makefile
@@ -526,7 +526,7 @@ endif # $(dot-config)
526# The all: target is the default when no target is given on the 526# The all: target is the default when no target is given on the
527# command line. 527# command line.
528# This allow a user to issue only 'make' to build a kernel including modules 528# This allow a user to issue only 'make' to build a kernel including modules
529# Defaults vmlinux but it is usually overridden in the arch makefile 529# Defaults to vmlinux, but the arch makefile usually adds further targets
530all: vmlinux 530all: vmlinux
531 531
532ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE 532ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE