aboutsummaryrefslogtreecommitdiff
path: root/selinux/Kbuild
blob: 8371df8e43378206b37b8e56033b830e5131badc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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_GETENFORCE)	+= getenforce.o
lib-$(CONFIG_GETSEBOOL)		+= getsebool.o
lib-$(CONFIG_MATCHPATHCON)	+= matchpathcon.o
lib-$(CONFIG_SELINUXENABLED)	+= selinuxenabled.o
lib-$(CONFIG_SETENFORCE)	+= setenforce.o