Back to home page

OSCL-LXR

 
 

    


0001 #
0002 # (c) Copyright 2020 Advanced Micro Devices, Inc. All the rights reserved
0003 #
0004 #  All rights reserved.  This notice is intended as a precaution against
0005 #  inadvertent publication and does not imply publication or any waiver
0006 #  of confidentiality.  The year included in the foregoing notice is the
0007 #  year of creation of the work.
0008 #
0009 #  Authors: AMD
0010 #
0011 # Makefile for dcn321.
0012 
0013 DCN321 = dcn321_resource.o dcn321_dio_link_encoder.o
0014 
0015 AMD_DAL_DCN321 = $(addprefix $(AMDDALPATH)/dc/dcn321/,$(DCN321))
0016 
0017 AMD_DISPLAY_FILES += $(AMD_DAL_DCN321)