brintos

brintos / linux-shallow public Read only

0
0
Text · 263 B · 2020e9d Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for the Ethernet Ipvlan driver4#5 6obj-$(CONFIG_IPVLAN) += ipvlan.o7obj-$(CONFIG_IPVTAP) += ipvtap.o8 9ipvlan-objs-$(CONFIG_IPVLAN_L3S) += ipvlan_l3s.o10ipvlan-objs := ipvlan_core.o ipvlan_main.o $(ipvlan-objs-y)11