blob: f1948cd4245993fc37a712c25f2f4e692b4088d3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2024 Advanced Micro Devices, Inc.
if not is_linux
build = false
reason = 'only supported on Linux'
endif
sources = files('cppc_cpufreq.c')
deps += ['power']
|