mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Merge pull request #4312 from jix/break-cyclic-includes
kernel: Avoid including files outside include guards
This commit is contained in:
commit
eb6c9395bf
6 changed files with 391 additions and 351 deletions
1
Makefile
1
Makefile
|
@ -629,6 +629,7 @@ $(eval $(call add_include_file,kernel/sigtools.h))
|
|||
$(eval $(call add_include_file,kernel/timinginfo.h))
|
||||
$(eval $(call add_include_file,kernel/utils.h))
|
||||
$(eval $(call add_include_file,kernel/yosys.h))
|
||||
$(eval $(call add_include_file,kernel/yosys_common.h))
|
||||
$(eval $(call add_include_file,kernel/yw.h))
|
||||
$(eval $(call add_include_file,libs/ezsat/ezsat.h))
|
||||
$(eval $(call add_include_file,libs/ezsat/ezminisat.h))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue