Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
[deliverable/linux.git] / net / 8021q / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux VLAN layer.
3#
4
5obj-$(CONFIG_VLAN_8021Q) += 8021q.o
6
07b5b17e 78021q-objs := vlan.o vlan_dev.o vlan_netlink.o
1da177e4
LT
8
9ifeq ($(CONFIG_PROC_FS),y)
108021q-objs += vlanproc.o
11endif
12
This page took 0.37612 seconds and 5 git commands to generate.