mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-31 08:21:36 +01:00 
			
		
		
		
	Convert USB fastboot code to use shared fastboot protocol. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			8 lines
		
	
	
		
			198 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			198 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier:      GPL-2.0+
 | |
| 
 | |
| obj-y += fb_common.o
 | |
| obj-y += fb_getvar.o
 | |
| obj-y += fb_command.o
 | |
| obj-$(CONFIG_FASTBOOT_FLASH_MMC) += fb_mmc.o
 | |
| obj-$(CONFIG_FASTBOOT_FLASH_NAND) += fb_nand.o
 |