summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJF Le Fillatre2014-08-02 01:26:40 +0200
committerDavid S. Miller2014-08-03 05:53:55 +0200
commit4f933f414bf629852f361edf0fc5e765e3e78388 (patch)
tree69b568554b14f39b75ad127d82c0fcbe205c3215
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf (diff)
downloadkernel-qcow2-linux-4f933f414bf629852f361edf0fc5e765e3e78388.tar.gz
kernel-qcow2-linux-4f933f414bf629852f361edf0fc5e765e3e78388.tar.xz
kernel-qcow2-linux-4f933f414bf629852f361edf0fc5e765e3e78388.zip
r8152: add missing Makefile rule
Add missing Makefile rule for r8152 driver In the current kernel the r8152 driver is *never* built because of a missing rule in drivers/net/Makefile, despite being selected as built-in or module in the .config file. There is no error message or warning to indicate that the driver isn't built. This change adds the rule and lets the driver build. Tested as built-in and module for 3.15.8. Signed-off by: JF Le Fillatre <jflf-kernel@gmx.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 3fef8a81c0f6..331d9cfa6193 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -65,6 +65,7 @@ obj-$(CONFIG_USB_CATC) += usb/
obj-$(CONFIG_USB_KAWETH) += usb/
obj-$(CONFIG_USB_PEGASUS) += usb/
obj-$(CONFIG_USB_RTL8150) += usb/
+obj-$(CONFIG_USB_RTL8152) += usb/
obj-$(CONFIG_USB_HSO) += usb/
obj-$(CONFIG_USB_USBNET) += usb/
obj-$(CONFIG_USB_ZD1201) += usb/