Re: [U-Boot] couple questions about tail end of common/Makefile

2016-04-16 Thread Steve Rae
On Sat, Apr 16, 2016 at 2:25 AM, Robert P. J. Day wrote: > > first, this related to CONFIG_FASTBOOT_FLASH: > > # This option is not just y/n - it can have a numeric value > ifdef CONFIG_FASTBOOT_FLASH > obj-y += image-sparse.o > ifdef CONFIG_FASTBOOT_FLASH_MMC_DEV

[U-Boot] couple questions about tail end of common/Makefile

2016-04-16 Thread Robert P. J. Day
first, this related to CONFIG_FASTBOOT_FLASH: # This option is not just y/n - it can have a numeric value ifdef CONFIG_FASTBOOT_FLASH obj-y += image-sparse.o ifdef CONFIG_FASTBOOT_FLASH_MMC_DEV obj-y += fb_mmc.o endif ifdef CONFIG_FASTBOOT_FLASH_NAND_DEV obj-y += fb_nand.o