xref: /linux/drivers/gpu/drm/amd/display/dc/virtual/Makefile (revision be68fb64f763b7b6ddb202e0a931f41ae62f71b0)
1#
2# Makefile for the virtual sub-component of DAL.
3# It provides the control and status of HW CRTC block.
4
5VIRTUAL = virtual_link_encoder.o virtual_stream_encoder.o
6
7AMD_DAL_VIRTUAL = $(addprefix $(AMDDALPATH)/dc/virtual/,$(VIRTUAL))
8
9AMD_DISPLAY_FILES += $(AMD_DAL_VIRTUAL)
10