Makefile (e5eaa0dc4866181aff655ef3f94cd990172b751f) | Makefile (8254baccdd2635782826936b72608449b6b4bbde) |
---|---|
1# 2# USB peripheral controller drivers 3# 4ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG 5 6obj-$(CONFIG_USB_GADGET) += udc-core.o 7obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o 8libcomposite-y := usbstring.o config.o epautoconf.o --- 46 unchanged lines hidden (view full) --- 55usb_f_phonet-y := f_phonet.o 56obj-$(CONFIG_USB_F_PHONET) += usb_f_phonet.o 57usb_f_eem-y := f_eem.o 58obj-$(CONFIG_USB_F_EEM) += usb_f_eem.o 59usb_f_ecm_subset-y := f_subset.o 60obj-$(CONFIG_USB_F_SUBSET) += usb_f_ecm_subset.o 61usb_f_rndis-y := f_rndis.o 62obj-$(CONFIG_USB_F_RNDIS) += usb_f_rndis.o | 1# 2# USB peripheral controller drivers 3# 4ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG 5 6obj-$(CONFIG_USB_GADGET) += udc-core.o 7obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o 8libcomposite-y := usbstring.o config.o epautoconf.o --- 46 unchanged lines hidden (view full) --- 55usb_f_phonet-y := f_phonet.o 56obj-$(CONFIG_USB_F_PHONET) += usb_f_phonet.o 57usb_f_eem-y := f_eem.o 58obj-$(CONFIG_USB_F_EEM) += usb_f_eem.o 59usb_f_ecm_subset-y := f_subset.o 60obj-$(CONFIG_USB_F_SUBSET) += usb_f_ecm_subset.o 61usb_f_rndis-y := f_rndis.o 62obj-$(CONFIG_USB_F_RNDIS) += usb_f_rndis.o |
63u_ms-y := storage_common.o 64obj-$(CONFIG_USB_U_MS) += u_ms.o 65usb_f_mass_storage-y := f_mass_storage.o | 63usb_f_mass_storage-y := f_mass_storage.o storage_common.o |
66obj-$(CONFIG_USB_F_MASS_STORAGE)+= usb_f_mass_storage.o 67 68# 69# USB gadget drivers 70# 71g_zero-y := zero.o 72g_audio-y := audio.o 73g_ether-y := ether.o --- 33 unchanged lines hidden --- | 64obj-$(CONFIG_USB_F_MASS_STORAGE)+= usb_f_mass_storage.o 65 66# 67# USB gadget drivers 68# 69g_zero-y := zero.o 70g_audio-y := audio.o 71g_ether-y := ether.o --- 33 unchanged lines hidden --- |