Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.0 5 lines 275 B view raw
1obj-$(CONFIG_STMMAC_ETH) += stmmac.o 2stmmac-$(CONFIG_STMMAC_TIMER) += stmmac_timer.o 3stmmac-objs:= stmmac_main.o stmmac_ethtool.o stmmac_mdio.o \ 4 dwmac_lib.o dwmac1000_core.o dwmac1000_dma.o \ 5 dwmac100_core.o dwmac100_dma.o enh_desc.o norm_desc.o $(stmmac-y)