]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - net/8021q/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / net / 8021q / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for the Linux VLAN layer.
4#
7750f403
PM
5obj-$(subst m,y,$(CONFIG_VLAN_8021Q)) += vlan_core.o
6obj-$(CONFIG_VLAN_8021Q) += 8021q.o
1da177e4 7
7750f403
PM
88021q-y := vlan.o vlan_dev.o vlan_netlink.o
98021q-$(CONFIG_VLAN_8021Q_GVRP) += vlan_gvrp.o
86fbe9bb 108021q-$(CONFIG_VLAN_8021Q_MVRP) += vlan_mvrp.o
7750f403 118021q-$(CONFIG_PROC_FS) += vlanproc.o
1da177e4 12