usb: gadget: f_obex: convert to new function interface with backward compatibility
[deliverable/linux.git] / drivers / usb / gadget / Makefile
index 34bb49a131e902d867c66a42694b92ce9f9ebd22..6afd16659e78d719c8fe7a5bf3702fa40329eba4 100644 (file)
@@ -43,6 +43,8 @@ obj-$(CONFIG_USB_F_SS_LB)     += usb_f_ss_lb.o
 obj-$(CONFIG_USB_U_SERIAL)     += u_serial.o
 usb_f_serial-y                 := f_serial.o
 obj-$(CONFIG_USB_F_SERIAL)     += usb_f_serial.o
+usb_f_obex-y                   := f_obex.o
+obj-$(CONFIG_USB_F_OBEX)       += usb_f_obex.o
 
 #
 # USB gadget drivers
This page took 0.023787 seconds and 5 git commands to generate.