ANDROID: usb: gadget: f_audio_source: Move gadget functions code
3.18 kernel has reorganized drivers/usb/gadget directory. Moving gadget functions drivers from drivers/usb/gadget to drivers/usb/gadget/function Signed-off-by: Badhri Jagan Sridharan <Badhri@google.com> Change-Id: I1eab0190f8d42e3be1b4e91ad3bc3a2dc853b0ef [AmitP: Refactored the original changes after squashing of related patches] Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
This commit is contained in:
parent
4f5452d938
commit
a440d38611
3 changed files with 2 additions and 2 deletions
drivers/usb/gadget
|
@ -11,5 +11,3 @@ libcomposite-y := usbstring.o config.o epautoconf.o
|
|||
libcomposite-y += composite.o functions.o configfs.o u_f.o
|
||||
|
||||
obj-$(CONFIG_USB_GADGET) += udc/ function/ legacy/
|
||||
usb_f_audio_source-y := f_audio_source.o
|
||||
obj-$(CONFIG_USB_F_AUDIO_SRC) += usb_f_audio_source.o
|
||||
|
|
|
@ -50,3 +50,5 @@ usb_f_printer-y := f_printer.o
|
|||
obj-$(CONFIG_USB_F_PRINTER) += usb_f_printer.o
|
||||
usb_f_tcm-y := f_tcm.o
|
||||
obj-$(CONFIG_USB_F_TCM) += usb_f_tcm.o
|
||||
usb_f_audio_source-y := f_audio_source.o
|
||||
obj-$(CONFIG_USB_F_AUDIO_SRC) += usb_f_audio_source.o
|
||||
|
|
Loading…
Add table
Reference in a new issue