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>
This commit is contained in:
11
drivers/net/ethernet/ibm/emac/Makefile
Normal file
11
drivers/net/ethernet/ibm/emac/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# Makefile for the PowerPC 4xx on-chip ethernet driver
|
||||
#
|
||||
|
||||
obj-$(CONFIG_IBM_NEW_EMAC) += ibm_newemac.o
|
||||
|
||||
ibm_newemac-y := mal.o core.o phy.o
|
||||
ibm_newemac-$(CONFIG_IBM_NEW_EMAC_ZMII) += zmii.o
|
||||
ibm_newemac-$(CONFIG_IBM_NEW_EMAC_RGMII) += rgmii.o
|
||||
ibm_newemac-$(CONFIG_IBM_NEW_EMAC_TAH) += tah.o
|
||||
ibm_newemac-$(CONFIG_IBM_NEW_EMAC_DEBUG) += debug.o
|
Reference in New Issue
Block a user