1*bbf854dcSDavid Francis# 2*bbf854dcSDavid Francis# Copyright 2017 Advanced Micro Devices, Inc. 3*bbf854dcSDavid Francis# 4*bbf854dcSDavid Francis# Permission is hereby granted, free of charge, to any person obtaining a 5*bbf854dcSDavid Francis# copy of this software and associated documentation files (the "Software"), 6*bbf854dcSDavid Francis# to deal in the Software without restriction, including without limitation 7*bbf854dcSDavid Francis# the rights to use, copy, modify, merge, publish, distribute, sublicense, 8*bbf854dcSDavid Francis# and/or sell copies of the Software, and to permit persons to whom the 9*bbf854dcSDavid Francis# Software is furnished to do so, subject to the following conditions: 10*bbf854dcSDavid Francis# 11*bbf854dcSDavid Francis# The above copyright notice and this permission notice shall be included in 12*bbf854dcSDavid Francis# all copies or substantial portions of the Software. 13*bbf854dcSDavid Francis# 14*bbf854dcSDavid Francis# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15*bbf854dcSDavid Francis# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16*bbf854dcSDavid Francis# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17*bbf854dcSDavid Francis# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 18*bbf854dcSDavid Francis# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19*bbf854dcSDavid Francis# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20*bbf854dcSDavid Francis# OTHER DEALINGS IN THE SOFTWARE. 21*bbf854dcSDavid Francis# 22*bbf854dcSDavid Francis# 23*bbf854dcSDavid Francis# Makefile for the 'power' sub-module of DAL. 24*bbf854dcSDavid Francis# 25*bbf854dcSDavid Francis 26*bbf854dcSDavid FrancisMOD_POWER = power_helpers.o 27*bbf854dcSDavid Francis 28*bbf854dcSDavid FrancisAMD_DAL_MOD_POWER = $(addprefix $(AMDDALPATH)/modules/power/,$(MOD_POWER)) 29*bbf854dcSDavid Francis#$(info ************ DAL POWER MODULE MAKEFILE ************) 30*bbf854dcSDavid Francis 31*bbf854dcSDavid FrancisAMD_DISPLAY_FILES += $(AMD_DAL_MOD_POWER) 32