drivers/peripheral.mk

Fri, 13 Aug 2010 10:41:29 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Fri, 13 Aug 2010 10:41:29 +0100
changeset 0
267b5a25932f
child 1
dfc32cad81ba
permissions
-rw-r--r--

Initial commit, GPIO v3.1

     1 #---------------------------------------------------------
     2 # Identify source-paths for this device's driver-sources,
     3 # compiled when building the library
     4 #---------------------------------------------------------
     5 LIBRARY_C_SRCS	+=			MicoGPIO.c		\
     6 					MicoGPIOService.c	\
     7 					LCD.c
     9 LIBRARY_ASM_SRCS +=