Move cpu_load to lib/os, as this functionality on its own does not justify being a subsystem on its own. Fixes #95498 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
9 lines
192 B
CMake
9 lines
192 B
CMake
# Copyright (c) 2025 Analog Devices, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
zephyr_library()
|
|
zephyr_library_sources(cpu_load.c)
|