xref: /openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/Makefile (revision 23cb0767f0544858169c02cec445d066d4e02e2b)
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