xref: /openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/Makefile (revision c83eeec79ff64f777cbd59a8bd15d0a3fe1f92c0)
1# SPDX-License-Identifier: MIT
2#
3# Makefile for the 'dsc' sub-component of DAL.
4DSC = dc_dsc.o rc_calc.o rc_calc_dpi.o
5
6AMD_DAL_DSC = $(addprefix $(AMDDALPATH)/dc/dsc/,$(DSC))
7
8AMD_DISPLAY_FILES += $(AMD_DAL_DSC)
9