kernel/drivers/gpu/drm/amd/display/dc/dsc/Makefile

9 lines
213 B
Makefile
Raw Normal View History

2024-07-22 17:22:30 +08:00
# SPDX-License-Identifier: MIT
#
# Makefile for the 'dsc' sub-component of DAL.
DSC = dc_dsc.o rc_calc.o rc_calc_dpi.o
AMD_DAL_DSC = $(addprefix $(AMDDALPATH)/dc/dsc/,$(DSC))
AMD_DISPLAY_FILES += $(AMD_DAL_DSC)