Merge remote-tracking branches 'asoc/fix/arizona', 'asoc/fix/cs35l32', 'asoc/fix...
[deliverable/linux.git] / net / 8021q / Makefile
1 #
2 # Makefile for the Linux VLAN layer.
3 #
4 obj-$(subst m,y,$(CONFIG_VLAN_8021Q)) += vlan_core.o
5 obj-$(CONFIG_VLAN_8021Q) += 8021q.o
6
7 8021q-y := vlan.o vlan_dev.o vlan_netlink.o
8 8021q-$(CONFIG_VLAN_8021Q_GVRP) += vlan_gvrp.o
9 8021q-$(CONFIG_VLAN_8021Q_MVRP) += vlan_mvrp.o
10 8021q-$(CONFIG_PROC_FS) += vlanproc.o
11
This page took 0.029695 seconds and 5 git commands to generate.