serial: fix race between flush_to_ldisc and tty_open
[linux-stable.git] / net / netlabel / Makefile
blob5a46381a64e77264e3a75eea0361bcaf6a9cc3df
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the NetLabel subsystem.
6 # base objects
7 obj-y := netlabel_user.o netlabel_kapi.o
8 obj-y += netlabel_domainhash.o netlabel_addrlist.o
10 # management objects
11 obj-y += netlabel_mgmt.o
13 # protocol modules
14 obj-y += netlabel_unlabeled.o
15 obj-y += netlabel_cipso_v4.o
16 obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o