Print Makefile.conf as make info message
This commit is contained in:
parent
672b2c6db1
commit
e70480655e
1 changed files with 4 additions and 1 deletions
5
Makefile
5
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
|
||||
|
|
Loading…
Add table
Reference in a new issue