blob: 5a46381a64e77264e3a75eea0361bcaf6a9cc3df [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Paul Moored15c3452006-08-03 16:48:37 -07002#
3# Makefile for the NetLabel subsystem.
4#
Paul Moored15c3452006-08-03 16:48:37 -07005
6# base objects
Paul Moore61e10682008-10-10 10:16:32 -04007obj-y := netlabel_user.o netlabel_kapi.o
8obj-y += netlabel_domainhash.o netlabel_addrlist.o
Paul Moored15c3452006-08-03 16:48:37 -07009
10# management objects
11obj-y += netlabel_mgmt.o
12
13# protocol modules
14obj-y += netlabel_unlabeled.o
15obj-y += netlabel_cipso_v4.o
Huw Daviescb72d382016-06-27 15:02:46 -040016obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o