mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-03-27 13:49:56 +00:00
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
18 lines
335 B
YAML
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
|