diff options
Diffstat (limited to 'drivers/usb/gadget/Makefile')
| -rw-r--r-- | drivers/usb/gadget/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile index f13b172a6..a9df2193e 100644 --- a/drivers/usb/gadget/Makefile +++ b/drivers/usb/gadget/Makefile @@ -34,4 +34,14 @@ obj-$(CONFIG_OMAP1610) += omap1510_udc.o obj-$(CONFIG_MPC885_FAMILY) += mpc8xx_udc.o obj-$(CONFIG_CPU_PXA27X) += pxa27x_udc.o endif + +ifdef CONFIG_CMD_FASTBOOT +obj-y += f_fastboot.o u_fastboot.o +ifdef CONFIG_FASTBOOT_NAND +obj-y += u_fastboot_nand.o +else +obj-y += u_fastboot_mmc.o +endif +endif + endif |