1
0
mirror of synced 2026-04-28 21:09:08 +00:00

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:
Xiretza
2020-04-08 15:25:16 +02:00
committed by Marcelina Kościelnicka
parent 5d18fdadfe
commit 5f649fc19d

View File

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