xref: /linux/drivers/gpu/drm/amd/display/dc/dcn303/Makefile (revision 0be3ff0c)
1# SPDX-License-Identifier: MIT
2#
3# Copyright (C) 2021 Advanced Micro Devices, Inc. All the rights reserved
4#
5#  Authors: AMD
6#
7# Makefile for dcn303.
8
9DCN3_03 = dcn303_init.o dcn303_hwseq.o dcn303_resource.o
10
11AMD_DAL_DCN3_03 = $(addprefix $(AMDDALPATH)/dc/dcn303/,$(DCN3_03))
12
13AMD_DISPLAY_FILES += $(AMD_DAL_DCN3_03)
14