Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.27-rc8 16 lines 297 B view raw
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 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