Merge tag 'for_linus-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jwess...
[linux-2.6-block.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)