xref: /linux/net/8021q/Makefile (revision 96de0e252cedffad61b3cb5e05662c591898e69a)
1#
2# Makefile for the Linux VLAN layer.
3#
4
5obj-$(CONFIG_VLAN_8021Q) += 8021q.o
6
78021q-objs := vlan.o vlan_dev.o vlan_netlink.o
8
9ifeq ($(CONFIG_PROC_FS),y)
108021q-objs += vlanproc.o
11endif
12
13