mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-03-27 13:49:56 +00:00
Install <bsp/bspsmp-arm-psci.h> only for BSPs using it. Use common build item for shared SMP support.
21 lines
485 B
YAML
21 lines
485 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: objects
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2026 Preetam Das <riki10112001@gmail.com>
|
|
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/aarch64/raspberrypi5/start/bspsmp-arm-psci-targetcpu.c
|
|
type: build
|