aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71ebf8f4a..5bbd872ea 100644
--- a/Makefile
+++ b/Makefile
@@ -481,7 +481,7 @@ endif
481# The all: target is the default when no target is given on the 481# The all: target is the default when no target is given on the
482# command line. 482# command line.
483# This allow a user to issue only 'make' to build a kernel including modules 483# This allow a user to issue only 'make' to build a kernel including modules
484# Defaults busybox but it is usually overriden in the arch makefile 484# Defaults busybox but it is usually overridden in the arch makefile
485all: busybox 485all: busybox
486 486
487-include $(srctree)/arch/$(ARCH)/Makefile 487-include $(srctree)/arch/$(ARCH)/Makefile