diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-16 03:05:19 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-11 19:29:01 -0400 |
commit | 7ac6653a085b41405758bc16b2525db56ee0a23f (patch) | |
tree | 1a3fc878f338778dd8a9ee8b06dab899a4ec5a87 /drivers/net/stmmac/Makefile | |
parent | ef7f54297df683665145859501f63c801f6c7ea8 (diff) |
stmmac: Move the STMicroelectronics driver
Move the STMicroelectronics driver into driver/net/ethernet/stmicro/ and
make the necessary Kconfig and Makefile changes.
CC: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/stmmac/Makefile')
-rw-r--r-- | drivers/net/stmmac/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/stmmac/Makefile b/drivers/net/stmmac/Makefile deleted file mode 100644 index 9691733ddb8e..000000000000 --- a/drivers/net/stmmac/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | obj-$(CONFIG_STMMAC_ETH) += stmmac.o | ||
2 | stmmac-$(CONFIG_STMMAC_TIMER) += stmmac_timer.o | ||
3 | stmmac-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) | ||