xref: /linux/drivers/gpu/drm/amd/display/dc/virtual/Makefile (revision 34c9ca37aaec2e307b837bb099d3b44f0ea04ddc)
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