aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarcelina Koƛcielnicka <mwk@0x04.net>2020-07-19 01:59:47 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2020-07-23 20:49:48 +0200
commit022af4f0ca0c5ccf91eec1bd470ce3948b5e344a (patch)
tree4ac925075840edcf8e98469cc5480aa6ed01db2d /Makefile
parentc0ad522cf668c42d35e957acc50cac2f9ebf6be1 (diff)
downloadyosys-022af4f0ca0c5ccf91eec1bd470ce3948b5e344a.tar.gz
yosys-022af4f0ca0c5ccf91eec1bd470ce3948b5e344a.tar.bz2
yosys-022af4f0ca0c5ccf91eec1bd470ce3948b5e344a.zip
Add utility module for dealing with init attributes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dfa4fb6a1..90f8fee05 100644
--- a/Makefile
+++ b/Makefile
@@ -585,6 +585,7 @@ $(eval $(call add_include_file,kernel/modtools.h))
$(eval $(call add_include_file,kernel/macc.h))
$(eval $(call add_include_file,kernel/utils.h))
$(eval $(call add_include_file,kernel/satgen.h))
+$(eval $(call add_include_file,kernel/ffinit.h))
$(eval $(call add_include_file,libs/ezsat/ezsat.h))
$(eval $(call add_include_file,libs/ezsat/ezminisat.h))
$(eval $(call add_include_file,libs/sha1/sha1.h))