xref: /linux/drivers/gpu/drm/amd/ras/ras_mgr/Makefile (revision f4b369c6fe0ceaba2da2daff8c9eb415f85926dd)
17e125210SYiPeng Chai# Copyright 2025 Advanced Micro Devices, Inc.
27e125210SYiPeng Chai#
37e125210SYiPeng Chai# Permission is hereby granted, free of charge, to any person obtaining a
47e125210SYiPeng Chai# copy of this software and associated documentation files (the "Software"),
57e125210SYiPeng Chai# to deal in the Software without restriction, including without limitation
67e125210SYiPeng Chai# the rights to use, copy, modify, merge, publish, distribute, sublicense,
77e125210SYiPeng Chai# and/or sell copies of the Software, and to permit persons to whom the
87e125210SYiPeng Chai# Software is furnished to do so, subject to the following conditions:
97e125210SYiPeng Chai#
107e125210SYiPeng Chai# The above copyright notice and this permission notice shall be included in
117e125210SYiPeng Chai# all copies or substantial portions of the Software.
127e125210SYiPeng Chai#
137e125210SYiPeng Chai# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
147e125210SYiPeng Chai# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
157e125210SYiPeng Chai# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
167e125210SYiPeng Chai# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
177e125210SYiPeng Chai# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
187e125210SYiPeng Chai# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
197e125210SYiPeng Chai# OTHER DEALINGS IN THE SOFTWARE.
207e125210SYiPeng Chai
217e125210SYiPeng ChaiRAS_MGR_FILES = amdgpu_ras_sys.o  \
227e125210SYiPeng Chai		amdgpu_ras_mgr.o \
237e125210SYiPeng Chai		amdgpu_ras_eeprom_i2c.o \
247e125210SYiPeng Chai		amdgpu_ras_mp1_v13_0.o \
257e125210SYiPeng Chai		amdgpu_ras_cmd.o \
26*1855fc6bSYiPeng Chai		amdgpu_virt_ras_cmd.o \
277e125210SYiPeng Chai		amdgpu_ras_process.o \
287e125210SYiPeng Chai		amdgpu_ras_nbio_v7_9.o
297e125210SYiPeng Chai
307e125210SYiPeng Chai
317e125210SYiPeng ChaiRAS_MGR = $(addprefix $(AMD_GPU_RAS_PATH)/ras_mgr/, $(RAS_MGR_FILES))
327e125210SYiPeng Chai
337e125210SYiPeng ChaiAMD_GPU_RAS_FILES += $(RAS_MGR)
347e125210SYiPeng Chai
35