projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
043fa0f
)
Added ast.h to exported headers
author
Clifford Wolf
<clifford@clifford.at>
Tue, 22 Mar 2016 13:46:10 +0000
(14:46 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Tue, 22 Mar 2016 13:46:10 +0000
(14:46 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 514765db42dac34ecae7346a8a87bf1ee94ca986..2ddb87b9b6b00664c3b329aa88b56e29b83752d7 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-273,6
+273,7
@@
$(eval $(call add_include_file,libs/ezsat/ezsat.h))
$(eval $(call add_include_file,libs/ezsat/ezminisat.h))
$(eval $(call add_include_file,libs/sha1/sha1.h))
$(eval $(call add_include_file,passes/fsm/fsmdata.h))
+$(eval $(call add_include_file,frontends/ast/ast.h))
$(eval $(call add_include_file,backends/ilang/ilang_backend.h))
OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/calc.o kernel/yosys.o kernel/cellaigs.o