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

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