aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/Makefile.am
diff options
context:
space:
mode:
authorUwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>2015-08-22 18:36:52 +0200
committerFreddie Chopin <freddie.chopin@gmail.com>2015-10-30 23:20:29 +0000
commitddc3317c54c3f2327cdd07d87f997197200a385e (patch)
treed8e5d495f74eb8be4aa3a0c98e5ae29f0669c8d5 /src/flash/nor/Makefile.am
parentbb25049c39b6a7c9d163057be6e4c1c7a65c8209 (diff)
Add handling for STM32L4.
Option handling not yet implemented. Change-Id: I5a11ef3221896cb02babe4e6e71073c43aa8740b Signed-off-by: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> Reviewed-on: http://openocd.zylin.com/2941 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
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 3027dc73..5aa4f6b0 100644
--- a/src/flash/nor/Makefile.am
+++ b/src/flash/nor/Makefile.am
@@ -35,6 +35,7 @@ NOR_DRIVERS = \
stm32f1x.c \
stm32f2x.c \
stm32lx.c \
+ stm32l4x.c \
str7x.c \
str9x.c \
str9xpec.c \