summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSteve Rae <srae@broadcom.com>2014-08-26 11:47:30 -0700
committerTom Rini <trini@ti.com>2014-09-24 18:30:27 -0400
commite5bf9878ea743564bcc7a15a79654fe06731a1e2 (patch)
tree91fa8ec952c25bd1ca87fa5a5d24ce65e8ecbb8b /common/Makefile
parent593cbd93f33c38ca3ee9db34b5657a15d2437902 (diff)
downloadblackbird-obmc-uboot-e5bf9878ea743564bcc7a15a79654fe06731a1e2.tar.gz
blackbird-obmc-uboot-e5bf9878ea743564bcc7a15a79654fe06731a1e2.zip
usb/gadget: fastboot: implement sparse format
- add capability to "fastboot flash" with sparse format images Signed-off-by: Steve Rae <srae@broadcom.com> Acked-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index 443e54cb82..66c4f2f189 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -266,6 +266,7 @@ obj-y += stdio.o
# This option is not just y/n - it can have a numeric value
ifdef CONFIG_FASTBOOT_FLASH_MMC_DEV
+obj-y += aboot.o
obj-y += fb_mmc.o
endif
OpenPOWER on IntegriCloud