]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/net/ipvlan/Makefile
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[mirror_ubuntu-jammy-kernel.git] / drivers / net / ipvlan / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for the Ethernet Ipvlan driver
4 #
5
6 obj-$(CONFIG_IPVLAN) += ipvlan.o
7 obj-$(CONFIG_IPVTAP) += ipvtap.o
8
9 ipvlan-objs-$(CONFIG_IPVLAN_L3S) += ipvlan_l3s.o
10 ipvlan-objs := ipvlan_core.o ipvlan_main.o $(ipvlan-objs-y)