5 lines
		
	
	
		
			177 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			177 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0
 | 
						|
dtb-$(CONFIG_SOC_SIFIVE) += hifive-unleashed-a00.dtb \
 | 
						|
			    hifive-unmatched-a00.dtb
 | 
						|
obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y))
 |