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 /scripts | |
parent | 12eda0ab9793e921426a5a110238819632965d72 (diff) | |
download | busybox-w32-e11b4a470576ca8971d289edeb7ad931e60f3323.tar.gz busybox-w32-e11b4a470576ca8971d289edeb7ad931e60f3323.tar.bz2 busybox-w32-e11b4a470576ca8971d289edeb7ad931e60f3323.zip |
- add selinux applets to the IMA workaround
Diffstat (limited to 'scripts')
-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:= | |||
99 | include editors/Kbuild | 99 | include editors/Kbuild |
100 | lib-all-y += $(patsubst %,editors/%,$(sort $(lib-y))) | 100 | lib-all-y += $(patsubst %,editors/%,$(sort $(lib-y))) |
101 | lib-y:= | 101 | lib-y:= |
102 | include selinux/Kbuild | ||
103 | lib-all-y += $(patsubst %,selinux/%,$(sort $(lib-y))) | ||
104 | lib-y:= | ||
102 | include scripts/Kbuild | 105 | include scripts/Kbuild |
103 | lib-all-y += $(patsubst %,scripts/%,$(sort $(lib-y))) | 106 | lib-all-y += $(patsubst %,scripts/%,$(sort $(lib-y))) |
104 | lib-y:= | 107 | lib-y:= |