summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClément Leger <cleger@kalray.eu>2018-10-31 15:22:12 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-11-02 07:28:19 +0100
commitc54304e5d4bb53ea89872ce25b1fb7b7d98d4d2b (patch)
tree303572d1a9ebf394de657eff2a3f6f2a00a6d84b /Makefile
parent3aac8a4f850993b486c3439dd8b4731a5b34d6bd (diff)
downloadbarebox-c54304e5d4bb53ea89872ce25b1fb7b7d98d4d2b.tar.gz
barebox-c54304e5d4bb53ea89872ce25b1fb7b7d98d4d2b.tar.xz
Display barebox instead of kernel in build message
Build script are coming from the kernel and as such, refers to the sources as "kernel". For the sake of correctness, display "barebox" instead. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 70d501ba5e..db474af502 100644
--- a/Makefile
+++ b/Makefile
@@ -807,7 +807,7 @@ PHONY += prepare-all
# 1) Check that make has not been executed in the kernel src $(srctree)
prepare3: include/config/kernel.release
ifneq ($(KBUILD_SRC),)
- @echo ' Using $(srctree) as source for kernel'
+ @echo ' Using $(srctree) as source for barebox'
$(Q)if [ -f $(srctree)/.config -o -d $(srctree)/include/config ]; then \
echo " $(srctree) is not clean, please run 'make mrproper'";\
echo " in the '$(srctree)' directory.";\