xref: /openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/Makefile (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
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
27*a871afc8SLyude PaulBASICS = conversion.o fixpt31_32.o vector.o dc_common.o
284562236bSHarry Wentland
294562236bSHarry WentlandAMD_DAL_BASICS = $(addprefix $(AMDDALPATH)/dc/basics/,$(BASICS))
304562236bSHarry Wentland
314562236bSHarry WentlandAMD_DISPLAY_FILES += $(AMD_DAL_BASICS)
32