diff options
author | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-07-19 01:59:47 +0200 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-07-23 20:49:48 +0200 |
commit | 022af4f0ca0c5ccf91eec1bd470ce3948b5e344a (patch) | |
tree | 4ac925075840edcf8e98469cc5480aa6ed01db2d /Makefile | |
parent | c0ad522cf668c42d35e957acc50cac2f9ebf6be1 (diff) | |
download | yosys-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |