Added ast.h to exported headers

This commit is contained in:
Clifford Wolf 2016-03-22 14:46:10 +01:00
parent 043fa0fad0
commit 4f2ea221dc
1 changed files with 1 additions and 0 deletions

View File

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