summaryrefslogtreecommitdiff
path: root/net/8021q/Makefile
blob: 7bc8db08d7efc16e48f1b952de302e644062e29d (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile for the Linux VLAN layer.
#
obj-$(subst m,y,$(CONFIG_VLAN_8021Q))	+= vlan_core.o
obj-$(CONFIG_VLAN_8021Q)		+= 8021q.o

8021q-y					:= vlan.o vlan_dev.o vlan_netlink.o
8021q-$(CONFIG_VLAN_8021Q_GVRP)		+= vlan_gvrp.o
8021q-$(CONFIG_VLAN_8021Q_MVRP)		+= vlan_mvrp.o
8021q-$(CONFIG_PROC_FS)			+= vlanproc.o

mmit0d29ed28da63dd893395c343c7e78b078de93ceb (patch) treebd8c1e88f2ed53a20dfe9a502d878716da861675 /net/irda parent2b89ed65a6f201a6a4f0450ad289aa4bf491608c (diff)parenta06393ed03167771246c4c43192d9c264bc48412 (diff)
Merge tag 'linux-can-fixes-for-4.10-20170130' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
Marc Kleine-Budde says: ==================== pull-request: can 2017-01-30 this is a pull request of one patch. The patch is by Oliver Hartkopp and fixes the hrtimer/tasklet termination in bcm op removal. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/irda')