diff options
author | Steve Rae | 2014-08-26 11:47:30 -0700 |
---|---|---|
committer | Tom Rini | 2014-09-24 18:30:27 -0400 |
commit | e5bf9878ea743564bcc7a15a79654fe06731a1e2 (patch) | |
tree | 91fa8ec952c25bd1ca87fa5a5d24ce65e8ecbb8b /common/Makefile | |
parent | 593cbd93f33c38ca3ee9db34b5657a15d2437902 (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile index 443e54cb825..66c4f2f1893 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 |