Back to home page

OSCL-LXR

 
 

    


0001 #
0002 # (c) Copyright 2022 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 dcn32.
0012 
0013 DCN32 = dcn32_resource.o dcn32_hubbub.o dcn32_hwseq.o dcn32_init.o \
0014                 dcn32_dccg.o dcn32_optc.o dcn32_mmhubbub.o dcn32_hubp.o dcn32_dpp.o \
0015                 dcn32_dio_stream_encoder.o dcn32_dio_link_encoder.o dcn32_hpo_dp_link_encoder.o \
0016                 dcn32_resource_helpers.o dcn32_mpc.o
0017 
0018 AMD_DAL_DCN32 = $(addprefix $(AMDDALPATH)/dc/dcn32/,$(DCN32))
0019 
0020 AMD_DISPLAY_FILES += $(AMD_DAL_DCN32)