forked from Imagelibrary/rtems
23 lines
636 B
YAML
23 lines
636 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: objects
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2022 On-Line Applications Research (OAR)
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: bsps/arm/xilinx-zynqmp-rpu
|
|
includes: []
|
|
install:
|
|
- destination: ${BSP_INCLUDEDIR}
|
|
source:
|
|
- bsps/include/xil/arm/cortexr5/xil_cache.h
|
|
- bsps/include/xil/arm/cortexr5/xil_exception.h
|
|
- bsps/include/xil/arm/cortexr5/xpseudo_asm.h
|
|
- bsps/include/xil/arm/cortexr5/xreg_cortexr5.h
|
|
- bsps/include/xil/arm/cortexr5/xil_mpu.h
|
|
links: []
|
|
source:
|
|
- bsps/shared/xil/arm/cortexr5/xil_cache.c
|
|
- bsps/shared/xil/arm/cortexr5/xil_mpu.c
|
|
type: build
|