Skip to content

Commit

Permalink
drivers/net/Makefile: conditionally descend to wireless
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Kaiser authored and David S. Miller committed Jun 29, 2010
1 parent d1e3168 commit 6c05757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 6c05757

Please sign in to comment.