linux-zen-desktop/drivers/gpu/drm/amd/display/dc/dcn302/Makefile

13 lines
286 B
Makefile
Raw Normal View History

2023-08-30 17:31:07 +02:00
#
# (c) Copyright 2020 Advanced Micro Devices, Inc. All the rights reserved
#
# Authors: AMD
#
# Makefile for dcn302.
DCN3_02 = dcn302_init.o dcn302_hwseq.o dcn302_resource.o
AMD_DAL_DCN3_02 = $(addprefix $(AMDDALPATH)/dc/dcn302/,$(DCN3_02))
AMD_DISPLAY_FILES += $(AMD_DAL_DCN3_02)