1162674Spiso#
2162674Spiso# Copyright 2017 Advanced Micro Devices, Inc.
3162674Spiso#
4162674Spiso# Permission is hereby granted, free of charge, to any person obtaining a
5162674Spiso# copy of this software and associated documentation files (the "Software"),
6162674Spiso# to deal in the Software without restriction, including without limitation
7162674Spiso# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8162674Spiso# and/or sell copies of the Software, and to permit persons to whom the
9162674Spiso# Software is furnished to do so, subject to the following conditions:
10162674Spiso#
11162674Spiso# The above copyright notice and this permission notice shall be included in
12162674Spiso# all copies or substantial portions of the Software.
13162674Spiso#
14162674Spiso# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15162674Spiso# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16162674Spiso# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17162674Spiso# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18162674Spiso# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19162674Spiso# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20162674Spiso# OTHER DEALINGS IN THE SOFTWARE.
21162674Spiso#
22162674Spiso#
23162674Spiso# Makefile for the 'controller' sub-component of DAL.
24162674Spiso# It provides the control and status of HW CRTC block.
25162674Spiso
26162674SpisoCFLAGS_$(AMDDALPATH)/dc/dce110/dce110_resource.o = -Wno-override-init
27162674Spiso
28162674SpisoDCE110 = dce110_timing_generator.o \
29162674Spisodce110_compressor.o dce110_opp_regamma_v.o \
30162674Spisodce110_opp_csc_v.o dce110_timing_generator_v.o \
31162674Spisodce110_mem_input_v.o dce110_opp_v.o dce110_transform_v.o
32162674Spiso
33162674SpisoAMD_DAL_DCE110 = $(addprefix $(AMDDALPATH)/dc/dce110/,$(DCE110))
34162674Spiso
35162674SpisoAMD_DISPLAY_FILES += $(AMD_DAL_DCE110)
36162674Spiso