xref: /linux/net/netlabel/Makefile (revision ca55b2fef3a9373fcfc30f82fd26bc7fccbda732)
1#
2# Makefile for the NetLabel subsystem.
3#
4
5# base objects
6obj-y	:= netlabel_user.o netlabel_kapi.o
7obj-y	+= netlabel_domainhash.o netlabel_addrlist.o
8
9# management objects
10obj-y	+= netlabel_mgmt.o
11
12# protocol modules
13obj-y	+= netlabel_unlabeled.o
14obj-y	+= netlabel_cipso_v4.o
15
16