Add utility module for dealing with init attributes.

This commit is contained in:
Marcelina Kościelnicka
2020-07-23 20:49:48 +02:00
parent c0ad522cf6
commit 022af4f0ca
2 changed files with 147 additions and 0 deletions
+1
View File
@@ -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))