From: Xiretza Date: Wed, 8 Apr 2020 13:25:16 +0000 (+0200) Subject: Add constids.inc to final install X-Git-Tag: working-ls180~679 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f649fc19d5cef76a634572ad0a493f1d2fd6306;p=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. --- 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))