]> Pileus Git - ~andy/linux/blob - drivers/net/ethernet/stmicro/stmmac/Makefile
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
[~andy/linux] / drivers / net / ethernet / stmicro / stmmac / Makefile
1 obj-$(CONFIG_STMMAC_ETH) += stmmac.o
2 stmmac-$(CONFIG_STMMAC_PLATFORM) += stmmac_platform.o
3 stmmac-$(CONFIG_STMMAC_PCI) += stmmac_pci.o
4 stmmac-$(CONFIG_DWMAC_SUNXI) += dwmac-sunxi.o
5 stmmac-$(CONFIG_DWMAC_STI) += dwmac-sti.o
6 stmmac-objs:= stmmac_main.o stmmac_ethtool.o stmmac_mdio.o ring_mode.o  \
7               chain_mode.o dwmac_lib.o dwmac1000_core.o  dwmac1000_dma.o \
8               dwmac100_core.o dwmac100_dma.o enh_desc.o  norm_desc.o \
9               mmc_core.o stmmac_hwtstamp.o stmmac_ptp.o $(stmmac-y)