From c54304e5d4bb53ea89872ce25b1fb7b7d98d4d2b Mon Sep 17 00:00:00 2001 From: Clément Leger Date: Wed, 31 Oct 2018 15:22:12 +0100 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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.";\ -- cgit v1.2.3