Add constids.inc to final install
authorXiretza <xiretza@xiretza.xyz>
Wed, 8 Apr 2020 13:25:16 +0000 (15:25 +0200)
committerMarcelina Koƛcielnicka <mwk@0x04.net>
Wed, 8 Apr 2020 19:36:33 +0000 (21:36 +0200)
If this is not present in the install, #include-ing most yosys
headers will fail in rtlil.h:380.

Makefile

index df9d541a2f637d46736a9255a8d32b078846a350..218863b32dad67d0e0e02b5b25e6b1a6b6379320 100644 (file)
--- 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))