From e5bf9878ea743564bcc7a15a79654fe06731a1e2 Mon Sep 17 00:00:00 2001 From: Steve Rae Date: Tue, 26 Aug 2014 11:47:30 -0700 Subject: usb/gadget: fastboot: implement sparse format - add capability to "fastboot flash" with sparse format images Signed-off-by: Steve Rae Acked-by: Lukasz Majewski --- common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'common/Makefile') diff --git a/common/Makefile b/common/Makefile index 443e54c..66c4f2f 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 -- cgit v1.1