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

17 lines
305 B
Meson

# Copyright 2021-2023 Advanced Micro Devices, Inc. All rights reserved.
# SPDX-License-Identifier: MIT
xprf += files( 'xPRF.c' )
subdir('Mem')
subdir('RAS')
subdir('CCX')
subdir('NBIO')
xprf_library = static_library(
'AMD_xprf',
xprf,
install : true,
include_directories : incdir
)