drivers/peripheral.mk

Sat, 06 Aug 2011 01:40:34 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Sat, 06 Aug 2011 01:40:34 +0100
changeset 1
85c1144140c3
parent 0
396b0bd970d3
permissions
-rw-r--r--

Update comments per latest Lattice code dump (LM32 v3.8)

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 += MicoTimer.c \
philpem@0 6 MicoTimerService.c
philpem@0 7
philpem@0 8 LIBRARY_ASM_SRCS +=
philpem@0 9