Files
openSIL/xPRF/RAS/meson.build
Paul Grimes 39e0cdde44 Initial commit.
Signed-off-by: Paul Grimes <paul.grimes@amd.com>
2023-06-14 08:35:34 -07:00

9 lines
163 B
Meson

# Copyright 2021-2023 Advanced Micro Devices, Inc. All rights reserved.
# SPDX-License-Identifier: MIT
xprf += files([
'xPrfRas.c',
'xPrfRasServices.c'
])