]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - drivers/gpu/drm/amd/display/dc/dce80/Makefile
spi: Fix double "when"
[mirror_ubuntu-hirsute-kernel.git] / drivers / gpu / drm / amd / display / dc / dce80 / Makefile
1 #
2 # Makefile for the 'controller' sub-component of DAL.
3 # It provides the control and status of HW CRTC block.
4
5 DCE80 = dce80_timing_generator.o dce80_compressor.o dce80_hw_sequencer.o \
6 dce80_resource.o
7
8 AMD_DAL_DCE80 = $(addprefix $(AMDDALPATH)/dc/dce80/,$(DCE80))
9
10 AMD_DISPLAY_FILES += $(AMD_DAL_DCE80)
11
12
13