14562236bSHarry Wentland# 21a09120fSAlex Deucher# Copyright 2017 Advanced Micro Devices, Inc. 31a09120fSAlex Deucher# 41a09120fSAlex Deucher# Permission is hereby granted, free of charge, to any person obtaining a 51a09120fSAlex Deucher# copy of this software and associated documentation files (the "Software"), 61a09120fSAlex Deucher# to deal in the Software without restriction, including without limitation 71a09120fSAlex Deucher# the rights to use, copy, modify, merge, publish, distribute, sublicense, 81a09120fSAlex Deucher# and/or sell copies of the Software, and to permit persons to whom the 91a09120fSAlex Deucher# Software is furnished to do so, subject to the following conditions: 101a09120fSAlex Deucher# 111a09120fSAlex Deucher# The above copyright notice and this permission notice shall be included in 121a09120fSAlex Deucher# all copies or substantial portions of the Software. 131a09120fSAlex Deucher# 141a09120fSAlex Deucher# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 151a09120fSAlex Deucher# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 161a09120fSAlex Deucher# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 171a09120fSAlex Deucher# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 181a09120fSAlex Deucher# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 191a09120fSAlex Deucher# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 201a09120fSAlex Deucher# OTHER DEALINGS IN THE SOFTWARE. 211a09120fSAlex Deucher# 221a09120fSAlex Deucher# 234562236bSHarry Wentland# Makefile for the 'utils' sub-component of DAL. 244562236bSHarry Wentland# It provides the general basic services required by other DAL 254562236bSHarry Wentland# subcomponents. 264562236bSHarry Wentland 27d310d18bSRodrigo SiqueiraBASICS := \ 28d310d18bSRodrigo Siqueira conversion.o \ 29d310d18bSRodrigo Siqueira fixpt31_32.o \ 30d310d18bSRodrigo Siqueira vector.o \ 31d310d18bSRodrigo Siqueira dc_common.o \ 3213f9173aSRodrigo Siqueira dce_calcs.o \ 33*a2719f91SRodrigo Siqueira custom_float.o \ 34*a2719f91SRodrigo Siqueira bw_fixed.o 354562236bSHarry Wentland 364562236bSHarry WentlandAMD_DAL_BASICS = $(addprefix $(AMDDALPATH)/dc/basics/,$(BASICS)) 374562236bSHarry Wentland 384562236bSHarry WentlandAMD_DISPLAY_FILES += $(AMD_DAL_BASICS) 39