forked from Imagelibrary/rtems
19 lines
422 B
YAML
19 lines
422 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: objects
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2021 German Aerospace Center (DLR)
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: true
|
|
includes: []
|
|
install:
|
|
- destination: ${BSP_INCLUDEDIR}/dev/spi
|
|
source:
|
|
- bsps/include/dev/spi/xilinx-axi-spi-regs.h
|
|
- bsps/include/dev/spi/xilinx-axi-spi.h
|
|
links: []
|
|
source:
|
|
- bsps/shared/dev/spi/xilinx-axi-spi.c
|
|
type: build
|