mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 13:15:57 +00: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)
|