drm/amd/display: Refactor HWSS into component folder
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / display / dc / dcn301 / Makefile
1 #
2 # (c) Copyright 2020 Advanced Micro Devices, Inc. All the rights reserved
3 #
4 #  All rights reserved.  This notice is intended as a precaution against
5 #  inadvertent publication and does not imply publication or any waiver
6 #  of confidentiality.  The year included in the foregoing notice is the
7 #  year of creation of the work.
8 #
9 #  Authors: AMD
10 #
11 # Makefile for dcn30.
12
13 DCN301 = dcn301_init.o dcn301_resource.o dcn301_dccg.o \
14                 dcn301_dio_link_encoder.o dcn301_panel_cntl.o dcn301_hubbub.o \
15                 dcn301_optc.o
16
17 AMD_DAL_DCN301 = $(addprefix $(AMDDALPATH)/dc/dcn301/,$(DCN301))
18
19 AMD_DISPLAY_FILES += $(AMD_DAL_DCN301)