forked from Imagelibrary/rtems
28 lines
671 B
YAML
28 lines
671 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: group
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: true
|
|
includes: []
|
|
install:
|
|
- destination: ${BSP_INCLUDEDIR}/bsp
|
|
source:
|
|
- bsps/mips/include/bsp/i8259.h
|
|
- bsps/mips/include/bsp/regs.h
|
|
- destination: ${BSP_INCLUDEDIR}/libcpu
|
|
source:
|
|
- bsps/mips/include/libcpu/au1x00.h
|
|
- bsps/mips/include/libcpu/isr_entries.h
|
|
- bsps/mips/include/libcpu/rm5231.h
|
|
- bsps/mips/include/libcpu/tx3904.h
|
|
- bsps/mips/include/libcpu/tx4925.h
|
|
- bsps/mips/include/libcpu/tx4938.h
|
|
ldflags: []
|
|
links: []
|
|
type: build
|
|
use-after: []
|
|
use-before: []
|