diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2012-09-06 14:11:10 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-09-10 08:36:16 -0400 |
commit | 0ba16dea72a457bf65fc06ef60165c994e2f7420 (patch) | |
tree | 42862664f09794f5b5be386ff2f7c778077beba3 /drivers/usb/gadget/Makefile | |
parent | a84d9e5361bcfbff1c84481bd9c04fc58a56d83b (diff) |
usb: gadget: libcomposite: move config.c into libcomposite
This patch moves config.c into libcomposite and updates all gadgets.
Acked-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/Makefile')
-rw-r--r-- | drivers/usb/gadget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile index eadbc86333f6..9515ed0163b7 100644 --- a/drivers/usb/gadget/Makefile +++ b/drivers/usb/gadget/Makefile | |||
@@ -5,7 +5,7 @@ ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG | |||
5 | 5 | ||
6 | obj-$(CONFIG_USB_GADGET) += udc-core.o | 6 | obj-$(CONFIG_USB_GADGET) += udc-core.o |
7 | obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o | 7 | obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o |
8 | libcomposite-y := usbstring.o | 8 | libcomposite-y := usbstring.o config.o |
9 | obj-$(CONFIG_USB_DUMMY_HCD) += dummy_hcd.o | 9 | obj-$(CONFIG_USB_DUMMY_HCD) += dummy_hcd.o |
10 | obj-$(CONFIG_USB_NET2272) += net2272.o | 10 | obj-$(CONFIG_USB_NET2272) += net2272.o |
11 | obj-$(CONFIG_USB_NET2280) += net2280.o | 11 | obj-$(CONFIG_USB_NET2280) += net2280.o |