]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - net/netlabel/Makefile
UBUNTU: Ubuntu-4.13.0-45.50
[mirror_ubuntu-artful-kernel.git] / net / netlabel / Makefile
1 #
2 # Makefile for the NetLabel subsystem.
3 #
4
5 # base objects
6 obj-y := netlabel_user.o netlabel_kapi.o
7 obj-y += netlabel_domainhash.o netlabel_addrlist.o
8
9 # management objects
10 obj-y += netlabel_mgmt.o
11
12 # protocol modules
13 obj-y += netlabel_unlabeled.o
14 obj-y += netlabel_cipso_v4.o
15 obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o