| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <4E4CB653.9080907@hartkopp.net> Date: Thu, 18 Aug 2011 08:50:59 +0200 From: Oliver Hartkopp <socketcan@...tkopp.net> To: Tony Breeds <tony@...eyournoodle.com> CC: Netdev List <netdev@...r.kernel.org>, David Miller <davem@...emloft.net>, Jeff Kirsher <jeffrey.t.kirsher@...el.com> Subject: Re: [PATCH] fix IBM EMAC driver after rename. On 18.08.2011 08:13, Tony Breeds wrote: > In commit 9aa3283595451ca093500ff0977b106e1f465586 (ehea/ibm*: Move the > IBM drivers) the IBM_NEW_EMAC* were renames to IBM_EMAC* > > The conversion was incomplete so that even if the driver was added to > the .config it wasn't built, but there were no errors) > > This should fix those omissions. > (..) What about renaming of newemac -> emac in this part of the Makefile? > diff --git a/drivers/net/ethernet/ibm/emac/Makefile b/drivers/net/ethernet/ibm/emac/Makefile > index 0b5c995..ed6470c 100644 > --- a/drivers/net/ethernet/ibm/emac/Makefile > +++ b/drivers/net/ethernet/ibm/emac/Makefile > @@ -2,10 +2,10 @@ > # Makefile for the PowerPC 4xx on-chip ethernet driver > # > > -obj-$(CONFIG_IBM_NEW_EMAC) += ibm_newemac.o > +obj-$(CONFIG_IBM_EMAC) += ibm_newemac.o here s/ibm_newemac.o/ibm_emac.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 > +ibm_newemac-$(CONFIG_IBM_EMAC_ZMII) += zmii.o > +ibm_newemac-$(CONFIG_IBM_EMAC_RGMII) += rgmii.o > +ibm_newemac-$(CONFIG_IBM_EMAC_TAH) += tah.o > +ibm_newemac-$(CONFIG_IBM_EMAC_DEBUG) += debug.o and here s/ibm_newemac-/ibm_emac-/ ??? Regards, Oliver -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists