summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/selinux/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/selinux/Kbuild')
-rw-r--r--release/src/router/busybox/selinux/Kbuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/release/src/router/busybox/selinux/Kbuild b/release/src/router/busybox/selinux/Kbuild
new file mode 100644
index 00000000..d0c190ce
--- /dev/null
+++ b/release/src/router/busybox/selinux/Kbuild
@@ -0,0 +1,20 @@
+# Makefile for busybox
+#
+# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
+# Copyright (C) 2007 by KaiGai Kohei <kaigai@kaigai.gr.jp>
+#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
+
+lib-y:=
+lib-$(CONFIG_CHCON) += chcon.o
+lib-$(CONFIG_GETENFORCE) += getenforce.o
+lib-$(CONFIG_GETSEBOOL) += getsebool.o
+lib-$(CONFIG_LOAD_POLICY) += load_policy.o
+lib-$(CONFIG_MATCHPATHCON) += matchpathcon.o
+lib-$(CONFIG_RUNCON) += runcon.o
+lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o
+lib-$(CONFIG_SETENFORCE) += setenforce.o
+lib-$(CONFIG_SETFILES) += setfiles.o
+lib-$(CONFIG_RESTORECON) += setfiles.o
+lib-$(CONFIG_SETSEBOOL) += setsebool.o
+lib-$(CONFIG_SESTATUS) += sestatus.o