forked from Imagelibrary/rtems
Move the Freescale EDMA driver to it's own object and build it only for the BSP that is currently using it.
19 lines
407 B
YAML
19 lines
407 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: objects
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: true
|
|
includes: []
|
|
install:
|
|
- destination: ${BSP_INCLUDEDIR}/fsl
|
|
source:
|
|
- bsps/include/fsl/edma.h
|
|
- bsps/include/fsl/regs-edma.h
|
|
links: []
|
|
source:
|
|
- bsps/shared/dev/dma/fsl-edma.c
|
|
type: build
|