From: Clifford Wolf Date: Tue, 22 Mar 2016 13:46:10 +0000 (+0100) Subject: Added ast.h to exported headers X-Git-Tag: yosys-0.7~294 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f2ea221dcdc632cdbb22f91403d076b61ec69ca;p=yosys.git Added ast.h to exported headers --- diff --git a/Makefile b/Makefile index 514765db4..2ddb87b9b 100644 --- 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