Makefile (9c2b85f4f99cb5c5f4b8e29ef15e344f93ec5be1) Makefile (5920cda627688c3229fd63157ff031f3f174175e)
1#
2# USB peripheral controller drivers
3#
4ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG
5ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG
6
7obj-$(CONFIG_USB_GADGET) += udc-core.o
8obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o

--- 47 unchanged lines hidden (view full) ---

56usb_f_eem-y := f_eem.o
57obj-$(CONFIG_USB_F_EEM) += usb_f_eem.o
58usb_f_ecm_subset-y := f_subset.o
59obj-$(CONFIG_USB_F_SUBSET) += usb_f_ecm_subset.o
60usb_f_rndis-y := f_rndis.o rndis.o
61obj-$(CONFIG_USB_F_RNDIS) += usb_f_rndis.o
62usb_f_mass_storage-y := f_mass_storage.o storage_common.o
63obj-$(CONFIG_USB_F_MASS_STORAGE)+= usb_f_mass_storage.o
1#
2# USB peripheral controller drivers
3#
4ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG
5ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG
6
7obj-$(CONFIG_USB_GADGET) += udc-core.o
8obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o

--- 47 unchanged lines hidden (view full) ---

56usb_f_eem-y := f_eem.o
57obj-$(CONFIG_USB_F_EEM) += usb_f_eem.o
58usb_f_ecm_subset-y := f_subset.o
59obj-$(CONFIG_USB_F_SUBSET) += usb_f_ecm_subset.o
60usb_f_rndis-y := f_rndis.o rndis.o
61obj-$(CONFIG_USB_F_RNDIS) += usb_f_rndis.o
62usb_f_mass_storage-y := f_mass_storage.o storage_common.o
63obj-$(CONFIG_USB_F_MASS_STORAGE)+= usb_f_mass_storage.o
64usb_f_fs-y := f_fs.o
65obj-$(CONFIG_USB_F_FS) += usb_f_fs.o
64
65#
66# USB gadget drivers
67#
68g_zero-y := zero.o
69g_audio-y := audio.o
70g_ether-y := ether.o
71g_serial-y := serial.o

--- 32 unchanged lines hidden ---
66
67#
68# USB gadget drivers
69#
70g_zero-y := zero.o
71g_audio-y := audio.o
72g_ether-y := ether.o
73g_serial-y := serial.o

--- 32 unchanged lines hidden ---