]> Git Repo - linux.git/blob - drivers/gpu/drm/amd/display/dc/dsc/Makefile
net: bgmac: Fix return value check for fixed_phy_register()
[linux.git] / drivers / gpu / drm / amd / display / dc / dsc / Makefile
1 # SPDX-License-Identifier: MIT
2 #
3 # Makefile for the 'dsc' sub-component of DAL.
4 DSC = dc_dsc.o rc_calc.o rc_calc_dpi.o
5
6 AMD_DAL_DSC = $(addprefix $(AMDDALPATH)/dc/dsc/,$(DSC))
7
8 AMD_DISPLAY_FILES += $(AMD_DAL_DSC)
This page took 0.036021 seconds and 4 git commands to generate.