mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	Now that all the old code is gone, rename this option. Driver model migration is now complete. Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			10 lines
		
	
	
		
			270 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			270 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0+
 | |
| #
 | |
| # Copyright (C) 2017 Microchip
 | |
| #		      Wenyou Yang <wenyou.yang@microchip.com>
 | |
| 
 | |
| obj-y += board.o
 | |
| obj-$(CONFIG_I2C_EEPROM) += mac_eeprom.o
 | |
| obj-$(CONFIG_SPI_FLASH_SFDP_SUPPORT) += mac-spi-nor.o
 | |
| obj-$(CONFIG_VIDEO) += video_display.o
 |