r8152: add missing Makefile rule
authorJF Le Fillatre <jflf-kernel@gmx.com>
Fri, 1 Aug 2014 23:26:40 +0000 (01:26 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Aug 2014 03:53:55 +0000 (20:53 -0700)
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>
drivers/net/Makefile

index 3fef8a81c0f69ae990579a41d9d6fd9c44aa58cf..331d9cfa619344da0b43cb330776764d8db0f557 100644 (file)
@@ -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/
This page took 0.02513 seconds and 5 git commands to generate.