Skip to content
Snippets Groups Projects
Commit dd240584 authored by Vlad Lungu's avatar Vlad Lungu Committed by Wolfgang Denk
Browse files

Use #ifdef CONFIG_FSLDMAFEC


MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
fails

Signed-off-by: default avatarVlad Lungu <vlad@comsys.ro>
parent 26c7bab8
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,10 @@ ...@@ -22,6 +22,10 @@
/* Contains task code and structures for Multi-channel DMA */ /* Contains task code and structures for Multi-channel DMA */
#include <common.h>
#ifdef CONFIG_FSLDMAFEC
#include <MCD_dma.h> #include <MCD_dma.h>
u32 MCD_varTab0[]; u32 MCD_varTab0[];
...@@ -2426,3 +2430,5 @@ u32 MCD_ENetXmit_TDT[] = { ...@@ -2426,3 +2430,5 @@ u32 MCD_ENetXmit_TDT[] = {
#ifdef MCD_INCLUDE_EU #ifdef MCD_INCLUDE_EU
MCD_bufDesc MCD_singleBufDescs[NCHANNELS]; MCD_bufDesc MCD_singleBufDescs[NCHANNELS];
#endif #endif
#endif /* CONFIG_FSLDMAFEC */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment