diff options
Diffstat (limited to 'selinux/Kbuild')
-rw-r--r-- | selinux/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/selinux/Kbuild b/selinux/Kbuild index 09cae4d2d..08f49c867 100644 --- a/selinux/Kbuild +++ b/selinux/Kbuild | |||
@@ -14,3 +14,5 @@ lib-$(CONFIG_MATCHPATHCON) += matchpathcon.o | |||
14 | lib-$(CONFIG_RUNCON) += runcon.o | 14 | lib-$(CONFIG_RUNCON) += runcon.o |
15 | lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o | 15 | lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o |
16 | lib-$(CONFIG_SETENFORCE) += setenforce.o | 16 | lib-$(CONFIG_SETENFORCE) += setenforce.o |
17 | lib-$(CONFIG_SETFILES) += setfiles.o | ||
18 | lib-$(CONFIG_RESTORECON) += setfiles.o | ||