]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/gpu/drm/amd/display/dc/dce120/Makefile
powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / amd / display / dc / dce120 / Makefile
1 #
2 # Makefile for the 'controller' sub-component of DAL.
3 # It provides the control and status of HW CRTC block.
4
5
6 DCE120 = dce120_resource.o dce120_timing_generator.o \
7 dce120_hw_sequencer.o
8
9 AMD_DAL_DCE120 = $(addprefix $(AMDDALPATH)/dc/dce120/,$(DCE120))
10
11 AMD_DISPLAY_FILES += $(AMD_DAL_DCE120)