]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - net/netlabel/Makefile
KVM: SVM: Move spec control call after restore of GS
[mirror_ubuntu-artful-kernel.git] / net / netlabel / Makefile
CommitLineData
d15c345f
PM
1#
2# Makefile for the NetLabel subsystem.
3#
d15c345f
PM
4
5# base objects
61e10682
PM
6obj-y := netlabel_user.o netlabel_kapi.o
7obj-y += netlabel_domainhash.o netlabel_addrlist.o
d15c345f
PM
8
9# management objects
10obj-y += netlabel_mgmt.o
11
12# protocol modules
13obj-y += netlabel_unlabeled.o
14obj-y += netlabel_cipso_v4.o
cb72d382 15obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o