mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 00:56:49 +07:00
8 lines
124 B
Makefile
8 lines
124 B
Makefile
|
#
|
||
|
# Makefile for the Ethernet Ipvlan driver
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_IPVLAN) += ipvlan.o
|
||
|
|
||
|
ipvlan-objs := ipvlan_core.o ipvlan_main.o
|