13 lines
		
	
	
		
			286 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			286 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # (c) Copyright 2020 Advanced Micro Devices, Inc. All the rights reserved
 | |
| #
 | |
| #  Authors: AMD
 | |
| #
 | |
| # Makefile for dcn302.
 | |
| 
 | |
| DCN3_02 = dcn302_init.o dcn302_hwseq.o dcn302_resource.o
 | |
| 
 | |
| AMD_DAL_DCN3_02 = $(addprefix $(AMDDALPATH)/dc/dcn302/,$(DCN3_02))
 | |
| 
 | |
| AMD_DISPLAY_FILES += $(AMD_DAL_DCN3_02)
 |