diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-13 17:29:12 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-11 05:41:59 -0400 |
commit | 9aa3283595451ca093500ff0977b106e1f465586 (patch) | |
tree | 89cd128f037b029b67f73fbff7d8cc38177c2b27 /drivers/net/ethernet/Makefile | |
parent | 86387e1ac4fcaa45ff5578013a78593d1a0ba279 (diff) |
ehea/ibm*: Move the IBM drivers
Move the IBM drivers into drivers/net/ethernet/ibm/ and make the
necessary Kconfig and Makefile changes.
- Renamed ibm_new_emac to emac
- Cleaned up Makefile and Kconfig options which referred to
IBM_NEW_EMAC to IBM_EMAC
- ibmlana driver is a National Semiconductor SONIC driver so
it was not moved
CC: Christoph Raisch <raisch@de.ibm.com>
CC: Santiago Leon <santil@linux.vnet.ibm.com>
CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: David Gibson <dwg@au1.ibm.com>
CC: Kyle Lucke <klucke@us.ibm.com>
CC: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/Makefile')
-rw-r--r-- | drivers/net/ethernet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/Makefile b/drivers/net/ethernet/Makefile index 4c21e8fac51d..27e4da658136 100644 --- a/drivers/net/ethernet/Makefile +++ b/drivers/net/ethernet/Makefile | |||
@@ -10,6 +10,7 @@ obj-$(CONFIG_NET_VENDOR_BROCADE) += brocade/ | |||
10 | obj-$(CONFIG_NET_VENDOR_CHELSIO) += chelsio/ | 10 | obj-$(CONFIG_NET_VENDOR_CHELSIO) += chelsio/ |
11 | obj-$(CONFIG_NET_VENDOR_EMULEX) += emulex/ | 11 | obj-$(CONFIG_NET_VENDOR_EMULEX) += emulex/ |
12 | obj-$(CONFIG_NET_VENDOR_EXAR) += neterion/ | 12 | obj-$(CONFIG_NET_VENDOR_EXAR) += neterion/ |
13 | obj-$(CONFIG_NET_VENDOR_IBM) += ibm/ | ||
13 | obj-$(CONFIG_NET_VENDOR_INTEL) += intel/ | 14 | obj-$(CONFIG_NET_VENDOR_INTEL) += intel/ |
14 | obj-$(CONFIG_NET_VENDOR_I825XX) += i825xx/ | 15 | obj-$(CONFIG_NET_VENDOR_I825XX) += i825xx/ |
15 | obj-$(CONFIG_NET_VENDOR_MELLANOX) += mellanox/ | 16 | obj-$(CONFIG_NET_VENDOR_MELLANOX) += mellanox/ |