source: rtems/spec/build/bsps/objdevfsledma.yml @ 9d77c0f4

Last change on this file since 9d77c0f4 was c45da42, checked in by Christian Mauderer <christian.mauderer@…>, on 01/22/21 at 14:44:16

bsps/shared: Build fsl-edma only for certain BSP

Move the Freescale EDMA driver to it's own object and build it only for
the BSP that is currently using it.

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