https://github.com/torvalds/linux
Raw File
Tip revision: d6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc authored by Linus Torvalds on 04 January 2014, 23:12:14 UTC
Linux 3.13-rc7
Tip revision: d6e0a2d
Makefile
#
# Makefile for the NetLabel subsystem.
#

# base objects
obj-y	:= netlabel_user.o netlabel_kapi.o
obj-y	+= netlabel_domainhash.o netlabel_addrlist.o

# management objects
obj-y	+= netlabel_mgmt.o

# protocol modules
obj-y	+= netlabel_unlabeled.o
obj-y	+= netlabel_cipso_v4.o

back to top