aboutsummaryrefslogtreecommitdiff
path: root/selinux/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'selinux/Kbuild')
-rw-r--r--selinux/Kbuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/selinux/Kbuild b/selinux/Kbuild
new file mode 100644
index 000000000..8371df8e4
--- /dev/null
+++ b/selinux/Kbuild
@@ -0,0 +1,13 @@
1# Makefile for busybox
2#
3# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4# Copyright (C) 2007 by KaiGai Kohei <kaigai@kaigai.gr.jp>
5#
6# Licensed under the GPL v2, see the file LICENSE in this tarball.
7
8lib-y:=
9lib-$(CONFIG_GETENFORCE) += getenforce.o
10lib-$(CONFIG_GETSEBOOL) += getsebool.o
11lib-$(CONFIG_MATCHPATHCON) += matchpathcon.o
12lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o
13lib-$(CONFIG_SETENFORCE) += setenforce.o