mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 00:12:13 +07:00
7 lines
145 B
Makefile
7 lines
145 B
Makefile
|
#
|
||
|
# Makefile for APM X-Gene Ethernet v2 driver
|
||
|
#
|
||
|
|
||
|
xgene-enet-v2-objs := main.o mac.o enet.o ring.o
|
||
|
obj-$(CONFIG_NET_XGENE_V2) += xgene-enet-v2.o
|