mirror of https://github.com/YosysHQ/yosys.git
Print Makefile.conf as make info message
This commit is contained in:
parent
672b2c6db1
commit
e70480655e
5
Makefile
5
Makefile
|
@ -58,7 +58,10 @@ OBJS = kernel/version_$(GIT_REV).o
|
||||||
ABCREV = 4d547a5e065b
|
ABCREV = 4d547a5e065b
|
||||||
ABCPULL = 1
|
ABCPULL = 1
|
||||||
|
|
||||||
-include Makefile.conf
|
ifneq ($(wildcard Makefile.conf),)
|
||||||
|
$(info $(shell sed 's,^,[Makefile.conf] ,' < Makefile.conf))
|
||||||
|
include Makefile.conf
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG),clang)
|
ifeq ($(CONFIG),clang)
|
||||||
CXX = clang
|
CXX = clang
|
||||||
|
|
Loading…
Reference in New Issue