1# 2# (c) Copyright 2020 Advanced Micro Devices, Inc. All the rights reserved 3# 4# Authors: AMD 5# 6# Makefile for dcn302. 7 8DCN3_02 = dcn302_init.o dcn302_hwseq.o dcn302_resource.o 9 10AMD_DAL_DCN3_02 = $(addprefix $(AMDDALPATH)/dc/dcn302/,$(DCN3_02)) 11 12AMD_DISPLAY_FILES += $(AMD_DAL_DCN3_02) 13