summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-08-22 13:46:08 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-08-29 23:54:29 +0900
commit59747fb8693fee55d2184295d2a4b8b91e0203ee (patch)
tree0cb397706160d23aeb95beba9b49c00804908b8b /Makefile
parent9c3ad4c14f7a3ac870d660bbc5f9961a8a79f356 (diff)
kbuild: remove 'Using ... as source for kernel' message
You already know the location of the source tree without this message. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48836d17d1e2..c79c85126f0c 100644
--- a/Makefile
+++ b/Makefile
@@ -1115,7 +1115,6 @@ PHONY += prepare archprepare prepare3
# 1) Check that make has not been executed in the kernel src $(srctree)
prepare3: include/config/kernel.release
ifdef building_out_of_srctree
- @$(kecho) ' Using $(srctree) as source for kernel'
$(Q)if [ -f $(srctree)/.config -o \
-d $(srctree)/include/config -o \
-d $(srctree)/arch/$(SRCARCH)/include/generated ]; then \