mirror of https://github.com/YosysHQ/yosys.git
Add constids.inc to final install
If this is not present in the install, #include-ing most yosys headers will fail in rtlil.h:380.
This commit is contained in:
parent
5d18fdadfe
commit
5f649fc19d
1
Makefile
1
Makefile
|
@ -533,6 +533,7 @@ $(eval $(call add_include_file,kernel/register.h))
|
|||
$(eval $(call add_include_file,kernel/celltypes.h))
|
||||
$(eval $(call add_include_file,kernel/celledges.h))
|
||||
$(eval $(call add_include_file,kernel/consteval.h))
|
||||
$(eval $(call add_include_file,kernel/constids.inc))
|
||||
$(eval $(call add_include_file,kernel/sigtools.h))
|
||||
$(eval $(call add_include_file,kernel/modtools.h))
|
||||
$(eval $(call add_include_file,kernel/macc.h))
|
||||
|
|
Loading…
Reference in New Issue