]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - net/8021q/Makefile
Linux-2.6.12-rc2
[mirror_ubuntu-artful-kernel.git] / net / 8021q / Makefile
CommitLineData
1da177e4
LT
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