]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/gpu/drm/amd/display/dc/virtual/Makefile
ASoC: cs42l52: Improve two size determinations in cs42l52_i2c_probe()
[mirror_ubuntu-jammy-kernel.git] / drivers / gpu / drm / amd / display / dc / virtual / Makefile
1 #
2 # Makefile for the virtual sub-component of DAL.
3 # It provides the control and status of HW CRTC block.
4
5 VIRTUAL = virtual_link_encoder.o virtual_stream_encoder.o
6
7 AMD_DAL_VIRTUAL = $(addprefix $(AMDDALPATH)/dc/virtual/,$(VIRTUAL))
8
9 AMD_DISPLAY_FILES += $(AMD_DAL_VIRTUAL)