projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1e3168
)
drivers/net/Makefile: conditionally descend to wireless
author
Nicolas Kaiser
<nikai@nikai.net>
Sun, 27 Jun 2010 11:44:52 +0000
(11:44 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 29 Jun 2010 22:32:44 +0000
(15:32 -0700)
Don't descend to wireless unless it is actually used.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Makefile
patch
|
blob
|
history
diff --git
a/drivers/net/Makefile
b/drivers/net/Makefile
index
49384ca
..
ce55581
100644
(file)
--- a/
drivers/net/Makefile
+++ b/
drivers/net/Makefile
@@
-276,7
+276,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/