From: Nico Erfurth <masta@perlgolf.de>
Date: Thu, 2 Aug 2007 20:25:20 +0000 (+0200)
Subject: USB: Add drivers/usb/misc/iowarrior.c to the Makefile
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a1d534bb23e5c5c28fb6f6fb48588362df0907e8;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git

USB: Add drivers/usb/misc/iowarrior.c to the Makefile

This patch adds the new iowarrior module to the Makefile in drivers/usb.
Currently the module isn't build unless another driver from usb/misc is
selected.

Signed-off-by: Nico Erfurth <masta@perlgolf.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---

diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index ac49b15fa768..cce216517ca1 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -38,6 +38,7 @@ obj-$(CONFIG_USB_EMI26)		+= misc/
 obj-$(CONFIG_USB_EMI62)		+= misc/
 obj-$(CONFIG_USB_FTDI_ELAN)	+= misc/
 obj-$(CONFIG_USB_IDMOUSE)	+= misc/
+obj-$(CONFIG_USB_IOWARRIOR)	+= misc/
 obj-$(CONFIG_USB_LCD)		+= misc/
 obj-$(CONFIG_USB_LD)		+= misc/
 obj-$(CONFIG_USB_LED)		+= misc/