Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for the NetLabel subsystem.
0004 #
0005 
0006 # base objects
0007 obj-y   := netlabel_user.o netlabel_kapi.o
0008 obj-y   += netlabel_domainhash.o netlabel_addrlist.o
0009 
0010 # management objects
0011 obj-y   += netlabel_mgmt.o
0012 
0013 # protocol modules
0014 obj-y   += netlabel_unlabeled.o
0015 obj-y   += netlabel_cipso_v4.o
0016 obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o