]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - net/netlabel/Makefile
ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns
[mirror_ubuntu-bionic-kernel.git] / net / netlabel / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
d15c345f
PM
2#
3# Makefile for the NetLabel subsystem.
4#
d15c345f
PM
5
6# base objects
61e10682
PM
7obj-y := netlabel_user.o netlabel_kapi.o
8obj-y += netlabel_domainhash.o netlabel_addrlist.o
d15c345f
PM
9
10# management objects
11obj-y += netlabel_mgmt.o
12
13# protocol modules
14obj-y += netlabel_unlabeled.o
15obj-y += netlabel_cipso_v4.o
cb72d382 16obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o