mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 23:53:55 +08: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)
|