summaryrefslogtreecommitdiffstats
path: root/drivers/net/stmmac/Makefile
diff options
context:
space:
mode:
authorGiuseppe Cavallaro2009-10-15 00:13:45 +0200
committerDavid S. Miller2009-10-15 00:13:45 +0200
commit47dd7a540b8a0cdc028914b7351fca0cf0a1d305 (patch)
treedea632b2d4175a2bf4296069047a1bc63cda5ba6 /drivers/net/stmmac/Makefile
parentnet: ks8851_mll uses mii interfaces (diff)
downloadkernel-qcow2-linux-47dd7a540b8a0cdc028914b7351fca0cf0a1d305.tar.gz
kernel-qcow2-linux-47dd7a540b8a0cdc028914b7351fca0cf0a1d305.tar.xz
kernel-qcow2-linux-47dd7a540b8a0cdc028914b7351fca0cf0a1d305.zip
net: add support for STMicroelectronics Ethernet controllers.
This is the driver for the ST MAC 10/100/1000 on-chip Ethernet controllers (Synopsys IP blocks). Driver documentation: o http://stlinux.com/drupal/kernel/network/stmmac Revisions: o http://stlinux.com/drupal/kernel/network/stmmac-driver-revisions Performances: o http://stlinux.com/drupal/benchmarks/networking/stmmac Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/stmmac/Makefile')
-rw-r--r--drivers/net/stmmac/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/stmmac/Makefile b/drivers/net/stmmac/Makefile
new file mode 100644
index 000000000000..b2d7a5564dfa
--- /dev/null
+++ b/drivers/net/stmmac/Makefile
@@ -0,0 +1,4 @@
+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)