aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza <xiretza@xiretza.xyz>2020-04-08 15:25:16 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2020-04-08 21:36:33 +0200
commit5f649fc19d5cef76a634572ad0a493f1d2fd6306 (patch)
treefd0bcab1cd874c1c515319003b13417533a915f3
parent5d18fdadfe758fed14a93977d3e8e83096c26c5a (diff)
downloadyosys-5f649fc19d5cef76a634572ad0a493f1d2fd6306.tar.gz
yosys-5f649fc19d5cef76a634572ad0a493f1d2fd6306.tar.bz2
yosys-5f649fc19d5cef76a634572ad0a493f1d2fd6306.zip
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.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index df9d541a2..218863b32 100644
--- a/Makefile
+++ b/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))