Makefile (8a84fc15ae5cafcc366dd85cf8e1ab2040679abc) Makefile (61e1068219950c672ce979719ad2be3aadb00d7d)
1#
2# Makefile for the NetLabel subsystem.
3#
4# Feb 9, 2006, Paul Moore <paul.moore@hp.com>
5#
6
7# base objects
1#
2# Makefile for the NetLabel subsystem.
3#
4# Feb 9, 2006, Paul Moore <paul.moore@hp.com>
5#
6
7# base objects
8obj-y := netlabel_user.o netlabel_kapi.o netlabel_domainhash.o
8obj-y := netlabel_user.o netlabel_kapi.o
9obj-y += netlabel_domainhash.o netlabel_addrlist.o
9
10# management objects
11obj-y += netlabel_mgmt.o
12
13# protocol modules
14obj-y += netlabel_unlabeled.o
15obj-y += netlabel_cipso_v4.o
16
10
11# management objects
12obj-y += netlabel_mgmt.o
13
14# protocol modules
15obj-y += netlabel_unlabeled.o
16obj-y += netlabel_cipso_v4.o
17