source: rtems/spec/build/bsps/objdevspizynq.yml @ 944c210

Last change on this file since 944c210 was 06129897, checked in by Jan Sommer <jan.sommer@…>, on 12/02/20 at 12:31:06

bsps/xilinx_zynq: Add SPI driver to waf

Updates #4320

  • Property mode set to 100644
File size: 413 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: objects
3cflags: []
4copyrights:
5- Copyright (C) 2021 German Aerospace Center (DLR)
6cppflags: []
7cxxflags: []
8enabled-by: true
9includes: []
10install:
11- destination: ${BSP_INCLUDEDIR}/dev/spi
12  source:
13  - bsps/include/dev/spi/cadence-spi-regs.h
14  - bsps/include/dev/spi/cadence-spi.h
15links: []
16source:
17- bsps/shared/dev/spi/cadence-spi.c
18type: build
Note: See TracBrowser for help on using the repository browser.