diff mbox

[-next] net: fix Makefile typos & build errors

Message ID 20110829114940.4d29febc.rdunlap@xenotime.net
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Randy.Dunlap Aug. 29, 2011, 6:49 p.m. UTC
From: Randy Dunlap <rdunlap@xenotime.net>

Fix many (randconfig) PPP build errors by fixing typos in
drivers/net/Makefile.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
 drivers/net/Makefile |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller Aug. 29, 2011, 8:19 p.m. UTC | #1
From: Randy Dunlap <rdunlap@xenotime.net>
Date: Mon, 29 Aug 2011 11:49:40 -0700

> From: Randy Dunlap <rdunlap@xenotime.net>
> 
> Fix many (randconfig) PPP build errors by fixing typos in
> drivers/net/Makefile.
> 
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>

I'll apply this, thanks Randy!
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stephen Rothwell Aug. 30, 2011, 1:59 a.m. UTC | #2
Hi all,

On Mon, 29 Aug 2011 11:49:40 -0700 Randy Dunlap <rdunlap@xenotime.net> wrote:
>
> @@ -44,10 +44,10 @@ obj-$(CONFIG_PPP_SYNC_TTY) += ppp/
>  obj-$(CONFIG_PPPOE) += ppp/
>  obj-$(CONFIG_PPPOL2TP) += ppp/
>  obj-$(CONFIG_PPTP) += ppp/
> -onj-$(CONFIG_SLIP) += slip/
> +obj-$(CONFIG_SLIP) += slip/
>  obj-$(CONFIG_SLHC) += slip/
>  obj-$(CONFIG_NET_SB1000) += sb1000.o
> -onj-$(CONFIG_SLIP) += slip/
> +obj-$(CONFIG_SLIP) += slip/

It may be my old(er) eyes, but isn't that CONFIG_SLIP line repeated?
David Miller Aug. 30, 2011, 2:55 a.m. UTC | #3
From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Tue, 30 Aug 2011 11:59:25 +1000

> It may be my old(er) eyes, but isn't that CONFIG_SLIP line repeated?

My old eyes can confirm this, so I'll fix it up, thanks! :-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- linux-next-20110829.orig/drivers/net/Makefile
+++ linux-next-20110829/drivers/net/Makefile
@@ -35,7 +35,7 @@  obj-$(CONFIG_HIPPI) += hippi/
 obj-$(CONFIG_HAMRADIO) += hamradio/
 obj-$(CONFIG_IRDA) += irda/
 obj-$(CONFIG_PLIP) += plip/
-onj-$(CONFIG_PPP) += ppp/
+obj-$(CONFIG_PPP) += ppp/
 obj-$(CONFIG_PPP_ASYNC) += ppp/
 obj-$(CONFIG_PPP_BSDCOMP) += ppp/
 obj-$(CONFIG_PPP_DEFLATE) += ppp/
@@ -44,10 +44,10 @@  obj-$(CONFIG_PPP_SYNC_TTY) += ppp/
 obj-$(CONFIG_PPPOE) += ppp/
 obj-$(CONFIG_PPPOL2TP) += ppp/
 obj-$(CONFIG_PPTP) += ppp/
-onj-$(CONFIG_SLIP) += slip/
+obj-$(CONFIG_SLIP) += slip/
 obj-$(CONFIG_SLHC) += slip/
 obj-$(CONFIG_NET_SB1000) += sb1000.o
-onj-$(CONFIG_SLIP) += slip/
+obj-$(CONFIG_SLIP) += slip/
 obj-$(CONFIG_SUNGEM_PHY) += sungem_phy.o
 obj-$(CONFIG_TR) += tokenring/
 obj-$(CONFIG_WAN) += wan/