aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.IMA
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-09 08:46:31 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-09 08:46:31 +0000
commite11b4a470576ca8971d289edeb7ad931e60f3323 (patch)
tree9e9df1adbdb3a6d173b4254bb142112671e7ee89 /scripts/Makefile.IMA
parent12eda0ab9793e921426a5a110238819632965d72 (diff)
downloadbusybox-e11b4a470576ca8971d289edeb7ad931e60f3323.tar.gz
- add selinux applets to the IMA workaround
Diffstat (limited to 'scripts/Makefile.IMA')
-rw-r--r--scripts/Makefile.IMA3
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:=