You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
292 B

ifdef CONFIG_ENABLE_FDDMA
DRIVERS_CSRCS += \
fddma.c\
fddma_g.c\
fddma_hw.c\
fddma_intr.c\
fddma_selftest.c\
fddma_sinit.c
endif
ifdef CONFIG_ENABLE_FGDMA
DRIVERS_CSRCS += \
fgdma.c\
fgdma_g.c\
fgdma_intr.c\
fgdma_selftest.c\
fgdma_sinit.c
endif