Print Makefile.conf as make info message

This commit is contained in:
Clifford Wolf 2014-08-26 10:11:46 +02:00
parent 672b2c6db1
commit e70480655e
1 changed files with 4 additions and 1 deletions

View File

@ -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