You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
obj-$(CONFIG_STMMAC_ETH) += stmmac.o
|
|
stmmac-$(CONFIG_STMMAC_TIMER) += stmmac_timer.o
|
|
stmmac-objs:= stmmac_main.o stmmac_ethtool.o stmmac_mdio.o \
|
|
dwmac_lib.o dwmac1000_core.o dwmac1000_dma.o \
|
|
dwmac100.o $(stmmac-y)
|
|
|