aboutsummaryrefslogtreecommitdiff
path: root/selinux/Kbuild
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-04 20:10:51 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-04 20:10:51 +0200
commitda929a95aace0e79fbc621af2ab03c76d74d5fcb (patch)
tree2b7dd63658eef78fde7604772d9815283c2c1cdf /selinux/Kbuild
parente4070cb0d7586037c6fcf0f0f00d8d5b97f649d3 (diff)
downloadbusybox-da929a95aace0e79fbc621af2ab03c76d74d5fcb.tar.gz
mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'selinux/Kbuild')
-rw-r--r--selinux/Kbuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/selinux/Kbuild b/selinux/Kbuild
deleted file mode 100644
index d0c190ceb..000000000
--- a/selinux/Kbuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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