aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Clayton <chris2553@googlemail.com>2011-07-26 12:20:22 +0000
committerDavid S. Miller <davem@davemloft.net>2011-07-27 22:39:31 -0700
commita0295a3b6775ab88f5883684e14bbda8d287822d (patch)
tree05fdace7966c34aadd884c0dd2164032040b23e3
parentbonding: reduce noise during init (diff)
downloadlinux-dev-a0295a3b6775ab88f5883684e14bbda8d287822d.tar.xz
linux-dev-a0295a3b6775ab88f5883684e14bbda8d287822d.zip
Fix cdc-phonet build
Try to send to correct address this time! ---------- Forwarded Message ---------- Subject: [PATCH] Fix cdc-phonet build Date: Saturday 23 Jul 2011 From: Chris Clayton <chris2553@googlemail.com> To: linux-net@vger.kernel.org cdc-phonet does not presently build on linux-3.0 because there is no entry for it in drivers/net/Makefile. This patch adds that entry. Signed-off-by: Chris Clayton <chris2553@googlemail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index b7622c3745fa..e1eca2ab505e 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -282,6 +282,7 @@ obj-$(CONFIG_USB_HSO) += usb/
obj-$(CONFIG_USB_USBNET) += usb/
obj-$(CONFIG_USB_ZD1201) += usb/
obj-$(CONFIG_USB_IPHETH) += usb/
+obj-$(CONFIG_USB_CDC_PHONET) += usb/
obj-$(CONFIG_WLAN) += wireless/
obj-$(CONFIG_NET_TULIP) += tulip/