1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/drivers/peripheral.mk Fri Aug 13 10:43:05 2010 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +#--------------------------------------------------------- 1.5 +# Identify source-paths for this device's driver-sources, 1.6 +# compiled when building the library 1.7 +#--------------------------------------------------------- 1.8 +LIBRARY_C_SRCS += MicoDMA.c \ 1.9 + MicoDMAService.c 1.10 +LIBRARY_ASM_SRCS += 1.11 + 1.12 + 1.13 +