mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
32f784b50e
Signed-off-by: Iyappan Subramanian <isubramanian@apm.com> Signed-off-by: Keyur Chudgar <kchudgar@apm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
207 B
Makefile
8 lines
207 B
Makefile
#
|
|
# Makefile for APM X-Gene Ethernet Driver.
|
|
#
|
|
|
|
xgene-enet-objs := xgene_enet_hw.o xgene_enet_sgmac.o xgene_enet_xgmac.o \
|
|
xgene_enet_main.o xgene_enet_ethtool.o
|
|
obj-$(CONFIG_NET_XGENE) += xgene-enet.o
|