mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 05:16:43 +07:00
5 lines
177 B
Makefile
5 lines
177 B
Makefile
|
obj-$(CONFIG_STMMAC_ETH) += stmmac.o
|
||
|
stmmac-$(CONFIG_STMMAC_TIMER) += stmmac_timer.o
|
||
|
stmmac-objs:= stmmac_main.o stmmac_ethtool.o stmmac_mdio.o \
|
||
|
mac100.o gmac.o $(stmmac-y)
|