diff options
author | Xiretza <xiretza@xiretza.xyz> | 2020-04-08 15:25:16 +0200 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-04-08 21:36:33 +0200 |
commit | 5f649fc19d5cef76a634572ad0a493f1d2fd6306 (patch) | |
tree | fd0bcab1cd874c1c515319003b13417533a915f3 | |
parent | 5d18fdadfe758fed14a93977d3e8e83096c26c5a (diff) | |
download | yosys-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |