diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-09 08:46:31 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-09 08:46:31 +0000 |
commit | e11b4a470576ca8971d289edeb7ad931e60f3323 (patch) | |
tree | 9e9df1adbdb3a6d173b4254bb142112671e7ee89 | |
parent | 12eda0ab9793e921426a5a110238819632965d72 (diff) |
- add selinux applets to the IMA workaround
-rw-r--r-- | scripts/Makefile.IMA | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.IMA b/scripts/Makefile.IMA index 23f89578b..a92373151 100644 --- a/scripts/Makefile.IMA +++ b/scripts/Makefile.IMA @@ -99,6 +99,9 @@ lib-y:= include editors/Kbuild lib-all-y += $(patsubst %,editors/%,$(sort $(lib-y))) lib-y:= +include selinux/Kbuild +lib-all-y += $(patsubst %,selinux/%,$(sort $(lib-y))) +lib-y:= include scripts/Kbuild lib-all-y += $(patsubst %,scripts/%,$(sort $(lib-y))) lib-y:= |