1
0
Fork 0

Use #ifdef CONFIG_FSLDMAFEC

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

Signed-off-by: Vlad Lungu <vlad@comsys.ro>
utp
Vlad Lungu 2008-01-23 16:34:46 +02:00 committed by Wolfgang Denk
parent 26c7bab81e
commit dd24058407
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,10 @@
/* Contains task code and structures for Multi-channel DMA */
#include <common.h>
#ifdef CONFIG_FSLDMAFEC
#include <MCD_dma.h>
u32 MCD_varTab0[];
@ -2426,3 +2430,5 @@ u32 MCD_ENetXmit_TDT[] = {
#ifdef MCD_INCLUDE_EU
MCD_bufDesc MCD_singleBufDescs[NCHANNELS];
#endif
#endif /* CONFIG_FSLDMAFEC */