mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	Update my and DPs email address to match current setup. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/aba5b19b9c5a95608829e86ad5cc4671c940f1bb.1688992543.git.michal.simek@amd.com
		
			
				
	
	
		
			14 lines
		
	
	
		
			274 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			274 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0
 | |
| #
 | |
| # (C) Copyright 2020 Xilinx, Inc.
 | |
| # Michal Simek <michal.simek@amd.com>
 | |
| #
 | |
| 
 | |
| obj-y	+= board.o
 | |
| ifndef CONFIG_ARCH_ZYNQ
 | |
| obj-$(CONFIG_DISPLAY_CPUINFO) += cpu-info.o
 | |
| endif
 | |
| ifndef CONFIG_SPL_BUILD
 | |
| obj-$(CONFIG_CMD_FRU) += fru.o fru_ops.o
 | |
| endif
 |