Files
rtems/spec/build/bsps/riscv/objsbi.yml
Gedare Bloom 10cb664875 spec/build/riscv: add SBI
Enable the imported SBI in the build for riscv/riscv.

Other riscv BSPs would need to add the entry for optincludes
in addition to adding objsbi to their grp.

Updates #3337
2026-03-06 11:31:08 -06:00

18 lines
335 B
YAML

SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: objects
cflags: []
copyrights:
- Copyright (C) 2026 Gedare Bloom
cppflags: []
cxxflags: []
enabled-by: true
includes: []
install:
- destination: ${BSP_INCLUDEDIR}/machine
source:
- contrib/bsps/sbi/sbi.h
links: []
source:
- contrib/bsps/riscv/sbi/sbi.c
type: build