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