drivers/peripheral.mk

changeset 0
267b5a25932f
child 1
dfc32cad81ba
     1.1 diff -r 000000000000 -r 267b5a25932f drivers/peripheral.mk
     1.2 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 +++ b/drivers/peripheral.mk	Fri Aug 13 10:41:29 2010 +0100
     1.4 @@ -0,0 +1,10 @@
     1.5 +#---------------------------------------------------------
     1.6 +# Identify source-paths for this device's driver-sources,
     1.7 +# compiled when building the library
     1.8 +#---------------------------------------------------------
     1.9 +LIBRARY_C_SRCS	+=			MicoGPIO.c		\
    1.10 +					MicoGPIOService.c	\
    1.11 +					LCD.c
    1.12 +
    1.13 +LIBRARY_ASM_SRCS += 
    1.14 +