3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-06 09:16:19 +00:00

Merge pull request #5603 from YosysHQ/emil/makefile-no-ast-header

Makefile: no longer install ast.h and ast_binding.h
This commit is contained in:
Emil J 2026-01-13 17:18:40 +00:00 committed by GitHub
commit d9956b20f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -645,8 +645,6 @@ $(eval $(call add_include_file,libs/sha1/sha1.h))
$(eval $(call add_include_file,libs/json11/json11.hpp))
$(eval $(call add_include_file,passes/fsm/fsmdata.h))
$(eval $(call add_include_file,passes/techmap/libparse.h))
$(eval $(call add_include_file,frontends/ast/ast.h))
$(eval $(call add_include_file,frontends/ast/ast_binding.h))
$(eval $(call add_include_file,frontends/blif/blifparse.h))
$(eval $(call add_include_file,backends/rtlil/rtlil_backend.h))