Files
rtems/spec/build/bsps/aarch64/objsmppsci.yml
Sebastian Huber 9bdb83ab72 bsps/aarch64: Localize PSCI support
Install <bsp/bspsmp-arm-psci.h> only for BSPs using it.

Use common build item for shared SMP support.
2026-03-25 20:34:42 -05:00

21 lines
470 B
YAML

SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: objects
cflags: []
copyrights:
- Copyright (C) 2025 On-Line Applications Research (OAR)
cppflags: []
cxxflags: []
enabled-by:
- RTEMS_SMP
includes: []
install:
- destination: ${BSP_INCLUDEDIR}/bsp
source:
- bsps/include/bsp/bspsmp-arm-psci.h
links: []
source:
- bsps/aarch64/shared/start/aarch64-smp.c
- bsps/shared/start/bspsmp-arm-psci.c
- bsps/shared/start/bspsmp-arm-psci-targetcpu.c
type: build