From e70480655e8d1326bc4828ccada20e7669fa719f Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 26 Aug 2014 10:11:46 +0200 Subject: Print Makefile.conf as make info message --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 09b2adbc3..fa42cf7d0 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,10 @@ OBJS = kernel/version_$(GIT_REV).o ABCREV = 4d547a5e065b ABCPULL = 1 --include Makefile.conf +ifneq ($(wildcard Makefile.conf),) +$(info $(shell sed 's,^,[Makefile.conf] ,' < Makefile.conf)) +include Makefile.conf +endif ifeq ($(CONFIG),clang) CXX = clang -- cgit v1.2.3