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