xref: /linux/drivers/usb/gadget/function/Makefile (revision b26394bd567e5ebe57ec4dee7fe6cd14023c96e9)
100a2430fSAndrzej Pietrasiewicz#
200a2430fSAndrzej Pietrasiewicz# USB peripheral controller drivers
300a2430fSAndrzej Pietrasiewicz#
400a2430fSAndrzej Pietrasiewicz
5fa31409aSYegor Yefremovccflags-y			:= -I$(srctree)/drivers/usb/gadget/
6fa31409aSYegor Yefremovccflags-y			+= -I$(srctree)/drivers/usb/gadget/udc/
700a2430fSAndrzej Pietrasiewicz
800a2430fSAndrzej Pietrasiewicz# USB Functions
900a2430fSAndrzej Pietrasiewiczusb_f_acm-y			:= f_acm.o
1000a2430fSAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_ACM)		+= usb_f_acm.o
1100a2430fSAndrzej Pietrasiewiczusb_f_ss_lb-y			:= f_loopback.o f_sourcesink.o
1200a2430fSAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_SS_LB)	+= usb_f_ss_lb.o
1300a2430fSAndrzej Pietrasiewiczobj-$(CONFIG_USB_U_SERIAL)	+= u_serial.o
1400a2430fSAndrzej Pietrasiewiczusb_f_serial-y			:= f_serial.o
1500a2430fSAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_SERIAL)	+= usb_f_serial.o
1600a2430fSAndrzej Pietrasiewiczusb_f_obex-y			:= f_obex.o
1700a2430fSAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_OBEX)	+= usb_f_obex.o
1800a2430fSAndrzej Pietrasiewiczobj-$(CONFIG_USB_U_ETHER)	+= u_ether.o
1900a2430fSAndrzej Pietrasiewiczusb_f_ncm-y			:= f_ncm.o
2000a2430fSAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_NCM)		+= usb_f_ncm.o
2100a2430fSAndrzej Pietrasiewiczusb_f_ecm-y			:= f_ecm.o
2200a2430fSAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_ECM)		+= usb_f_ecm.o
2300a2430fSAndrzej Pietrasiewiczusb_f_phonet-y			:= f_phonet.o
2400a2430fSAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_PHONET)	+= usb_f_phonet.o
2500a2430fSAndrzej Pietrasiewiczusb_f_eem-y			:= f_eem.o
2600a2430fSAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_EEM)		+= usb_f_eem.o
2700a2430fSAndrzej Pietrasiewiczusb_f_ecm_subset-y		:= f_subset.o
2800a2430fSAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_SUBSET)	+= usb_f_ecm_subset.o
2900a2430fSAndrzej Pietrasiewiczusb_f_rndis-y			:= f_rndis.o rndis.o
3000a2430fSAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_RNDIS)	+= usb_f_rndis.o
3100a2430fSAndrzej Pietrasiewiczusb_f_mass_storage-y		:= f_mass_storage.o storage_common.o
3200a2430fSAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_MASS_STORAGE)+= usb_f_mass_storage.o
3300a2430fSAndrzej Pietrasiewiczusb_f_fs-y			:= f_fs.o
3400a2430fSAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_FS)		+= usb_f_fs.o
35f3a3406bSAndrzej Pietrasiewiczusb_f_uac1-y			:= f_uac1.o u_uac1.o
36f3a3406bSAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_UAC1)	+= usb_f_uac1.o
37f8f93d24SAndrzej Pietrasiewiczusb_f_uac2-y			:= f_uac2.o
38f8f93d24SAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_UAC2)	+= usb_f_uac2.o
3946919a23SAndrzej Pietrasiewiczusb_f_uvc-y			:= f_uvc.o uvc_queue.o uvc_v4l2.o uvc_video.o uvc_configfs.o
406d11ed76SAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_UVC)		+= usb_f_uvc.o
41b85e9de9SAndrzej Pietrasiewiczusb_f_midi-y			:= f_midi.o
42b85e9de9SAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_MIDI)	+= usb_f_midi.o
43cb382536SAndrzej Pietrasiewiczusb_f_hid-y			:= f_hid.o
44cb382536SAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_HID)		+= usb_f_hid.o
45*b26394bdSAndrzej Pietrasiewiczusb_f_printer-y			:= f_printer.o
46*b26394bdSAndrzej Pietrasiewiczobj-$(CONFIG_USB_F_PRINTER)	+= usb_f_printer.o
47