17c15fd86SMauro Rossi# 27c15fd86SMauro Rossi# Copyright 2020 Mauro Rossi <issor.oruam@gmail.com> 37c15fd86SMauro Rossi# 47c15fd86SMauro Rossi# Permission is hereby granted, free of charge, to any person obtaining a 57c15fd86SMauro Rossi# copy of this software and associated documentation files (the "Software"), 67c15fd86SMauro Rossi# to deal in the Software without restriction, including without limitation 77c15fd86SMauro Rossi# the rights to use, copy, modify, merge, publish, distribute, sublicense, 87c15fd86SMauro Rossi# and/or sell copies of the Software, and to permit persons to whom the 97c15fd86SMauro Rossi# Software is furnished to do so, subject to the following conditions: 107c15fd86SMauro Rossi# 117c15fd86SMauro Rossi# The above copyright notice and this permission notice shall be included in 127c15fd86SMauro Rossi# all copies or substantial portions of the Software. 137c15fd86SMauro Rossi# 147c15fd86SMauro Rossi# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 157c15fd86SMauro Rossi# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 167c15fd86SMauro Rossi# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 177c15fd86SMauro Rossi# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 187c15fd86SMauro Rossi# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 197c15fd86SMauro Rossi# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 207c15fd86SMauro Rossi# OTHER DEALINGS IN THE SOFTWARE. 217c15fd86SMauro Rossi# 227c15fd86SMauro Rossi# 237c15fd86SMauro Rossi# Makefile for the 'controller' sub-component of DAL. 247c15fd86SMauro Rossi# It provides the control and status of HW CRTC block. 257c15fd86SMauro Rossi 26c40845e3SArnd BergmannCFLAGS_$(AMDDALPATH)/dc/dce60/dce60_resource.o = -Wno-override-init 27ceb3cf47SLee Jones 28*a149f0bdSAlexandre DemersDCE60 = dce60_timing_generator.o 297c15fd86SMauro Rossi 307c15fd86SMauro RossiAMD_DAL_DCE60 = $(addprefix $(AMDDALPATH)/dc/dce60/,$(DCE60)) 317c15fd86SMauro Rossi 327c15fd86SMauro RossiAMD_DISPLAY_FILES += $(AMD_DAL_DCE60) 337c15fd86SMauro Rossi 347c15fd86SMauro Rossi 357c15fd86SMauro Rossi 36