Merge branch 'delivery/pinctrl-at91-3.8' of http://github.com/at91linux/linux-at91...
[deliverable/linux.git] / net / 8021q / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux VLAN layer.
3#
7750f403
PM
4obj-$(subst m,y,$(CONFIG_VLAN_8021Q)) += vlan_core.o
5obj-$(CONFIG_VLAN_8021Q) += 8021q.o
1da177e4 6
7750f403
PM
78021q-y := vlan.o vlan_dev.o vlan_netlink.o
88021q-$(CONFIG_VLAN_8021Q_GVRP) += vlan_gvrp.o
98021q-$(CONFIG_PROC_FS) += vlanproc.o
1da177e4 10
This page took 0.601832 seconds and 5 git commands to generate.