aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f6991ac4c..e97330a57 100644
--- a/Makefile
+++ b/Makefile
@@ -760,7 +760,7 @@ PHONY += prepare-all
760# 2) Create the include2 directory, used for the second asm symlink 760# 2) Create the include2 directory, used for the second asm symlink
761prepare3: .kernelrelease 761prepare3: .kernelrelease
762ifneq ($(KBUILD_SRC),) 762ifneq ($(KBUILD_SRC),)
763 @echo ' Using $(srctree) as source for kernel' 763 @echo ' Using $(srctree) as source for busybox'
764 $(Q)if [ -f $(srctree)/.config ]; then \ 764 $(Q)if [ -f $(srctree)/.config ]; then \
765 echo " $(srctree) is not clean, please run 'make mrproper'";\ 765 echo " $(srctree) is not clean, please run 'make mrproper'";\
766 echo " in the '$(srctree)' directory.";\ 766 echo " in the '$(srctree)' directory.";\