Re: [PATCH] bsps/shared: Build fsl-edma only for certain BSP

2021-01-22 Thread Christian MAUDERER
Am 22.01.21 um 15:30 schrieb Sebastian Huber: On 22/01/2021 15:15, Christian Mauderer wrote: Move the Freescale EDMA driver to it's own object and build it only for the BSP that is currently using it. I think the removal part is missing. I shouldn't send patches on a Friday afternoon. I'll

Re: [PATCH] bsps/shared: Build fsl-edma only for certain BSP

2021-01-22 Thread Sebastian Huber
On 22/01/2021 15:15, Christian Mauderer wrote: Move the Freescale EDMA driver to it's own object and build it only for the BSP that is currently using it. I think the removal part is missing. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu.

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

2021-01-22 Thread Christian Mauderer
Move the Freescale EDMA driver to it's own object and build it only for the BSP that is currently using it. --- spec/build/bsps/arm/imxrt/bspimxrt.yml | 2 ++ spec/build/bsps/objdevfsledma.yml | 18 ++ 2 files changed, 20 insertions(+) create mode 100644 spec/build/bsps/objd