* [PATCH] drivers/net/Makefile: conditionally descend to wireless
@ 2010-06-27 21:44 Nicolas Kaiser
2010-06-29 22:33 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Kaiser @ 2010-06-27 21:44 UTC (permalink / raw)
To: David S. Miller; +Cc: netdev, linux-kbuild, linux-kernel
Don't descend to wireless unless it is actually used.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
---
drivers/net/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 0a0512a..9715c95 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -275,7 +275,7 @@ obj-$(CONFIG_USB_USBNET) += usb/
obj-$(CONFIG_USB_ZD1201) += usb/
obj-$(CONFIG_USB_IPHETH) += usb/
-obj-y += wireless/
+obj-$(CONFIG_WLAN) += wireless/
obj-$(CONFIG_NET_TULIP) += tulip/
obj-$(CONFIG_HAMRADIO) += hamradio/
obj-$(CONFIG_IRDA) += irda/
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drivers/net/Makefile: conditionally descend to wireless
2010-06-27 21:44 [PATCH] drivers/net/Makefile: conditionally descend to wireless Nicolas Kaiser
@ 2010-06-29 22:33 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-06-29 22:33 UTC (permalink / raw)
To: nikai; +Cc: netdev, linux-kbuild, linux-kernel
From: Nicolas Kaiser <nikai@nikai.net>
Date: Sun, 27 Jun 2010 23:44:52 +0200
> Don't descend to wireless unless it is actually used.
>
> Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-29 22:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-27 21:44 [PATCH] drivers/net/Makefile: conditionally descend to wireless Nicolas Kaiser
2010-06-29 22:33 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).