]> Git Repo - linux.git/blob - drivers/net/ipvlan/Makefile
Linux 6.14-rc3
[linux.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)
This page took 0.035481 seconds and 4 git commands to generate.