]> git.karo-electronics.de Git - karo-tx-linux.git/blob - net/netlabel/Makefile
Merge branch 'msm-video' of git://codeaurora.org/quic/kernel/dwalker/linux-msm
[karo-tx-linux.git] / net / netlabel / Makefile
1 #
2 # Makefile for the NetLabel subsystem.
3 #
4 # Feb 9, 2006, Paul Moore <paul.moore@hp.com>
5 #
6
7 # base objects
8 obj-y   := netlabel_user.o netlabel_kapi.o
9 obj-y   += netlabel_domainhash.o netlabel_addrlist.o
10
11 # management objects
12 obj-y   += netlabel_mgmt.o
13
14 # protocol modules
15 obj-y   += netlabel_unlabeled.o
16 obj-y   += netlabel_cipso_v4.o
17