Files
rtems/spec/build/bsps/objdevfsledma.yml
Christian Mauderer c45da42b7a 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.
2021-01-22 15:51:14 +01:00

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