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