]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blob - drivers/gpu/drm/amd/display/dc/dce110/Makefile
ASoC: ep93xx-ac97: Fix platform_get_irq's error checking
[mirror_ubuntu-disco-kernel.git] / drivers / gpu / drm / amd / display / dc / dce110 / Makefile
1 #
2 # Makefile for the 'controller' sub-component of DAL.
3 # It provides the control and status of HW CRTC block.
4
5 DCE110 = dce110_timing_generator.o \
6 dce110_compressor.o dce110_hw_sequencer.o dce110_resource.o \
7 dce110_opp_regamma_v.o dce110_opp_csc_v.o dce110_timing_generator_v.o \
8 dce110_mem_input_v.o dce110_opp_v.o dce110_transform_v.o
9
10 AMD_DAL_DCE110 = $(addprefix $(AMDDALPATH)/dc/dce110/,$(DCE110))
11
12 AMD_DISPLAY_FILES += $(AMD_DAL_DCE110)