ANDROID: usb: gadget: f_accessory: Move gadget functions code
3.18 kernel has reorganized drivers/usb/gadget directory. Moving accessory gadget driver from drivers/usb/gadget to drivers/usb/gadget/function Signed-off-by: Badhri Jagan Sridharan <Badhri@google.com> Change-Id: If73c6df0537c4b1f51338ed3b0db817e51f06b4a [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
fef9e66254
commit
c655b607b1
3 changed files with 2 additions and 3 deletions
drivers/usb/gadget
|
@ -10,7 +10,4 @@ obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o
|
|||
libcomposite-y := usbstring.o config.o epautoconf.o
|
||||
libcomposite-y += composite.o functions.o configfs.o u_f.o
|
||||
|
||||
usb_f_accessory-y := f_accessory.o
|
||||
obj-$(CONFIG_USB_F_ACC) += usb_f_accessory.o
|
||||
|
||||
obj-$(CONFIG_USB_GADGET) += udc/ function/ legacy/
|
||||
|
|
|
@ -52,3 +52,5 @@ 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
|
||||
usb_f_accessory-y := f_accessory.o
|
||||
obj-$(CONFIG_USB_F_ACC) += usb_f_accessory.o
|
||||
|
|
Loading…
Add table
Reference in a new issue