mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 14:43:58 +08: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
|