aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/Makefile.am
diff options
context:
space:
mode:
authorClément Burin des Roziers <clement.burin-des-roziers@hikob.com>2011-09-16 15:55:54 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-10-03 18:42:39 +0200
commitda8ce5f2e193b8637202d56c69b22a158a12e32a (patch)
tree3e22065eb62a8879656c8e332aa7842ef5db3c82 /src/flash/nor/Makefile.am
parenta17adf0601f66617f2203c6d4db168a8e8c55055 (diff)
STM32L: Added flash driver and target
Added the flash driver for the STM32L family, which highly differ from the STM32F family. Added the TCL target file for JTAG access.
Diffstat (limited to 'src/flash/nor/Makefile.am')
-rw-r--r--src/flash/nor/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am
index a9668262..d5832ca2 100644
--- a/src/flash/nor/Makefile.am
+++ b/src/flash/nor/Makefile.am
@@ -26,6 +26,7 @@ NOR_DRIVERS = \
stellaris.c \
stm32f1x.c \
stm32f2x.c \
+ stm32lx.c \
str7x.c \
str9x.c \
str9xpec.c \