treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / net / ipvlan / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
2ad7bf36
MB
2#
3# Makefile for the Ethernet Ipvlan driver
4#
5
6obj-$(CONFIG_IPVLAN) += ipvlan.o
235a9d89 7obj-$(CONFIG_IPVTAP) += ipvtap.o
2ad7bf36 8
c675e06a
DB
9ipvlan-objs-$(CONFIG_IPVLAN_L3S) += ipvlan_l3s.o
10ipvlan-objs := ipvlan_core.o ipvlan_main.o $(ipvlan-objs-y)