summaryrefslogtreecommitdiff
path: root/src/flash/nor/Makefile.am
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2011-01-31 12:32:07 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-02-04 10:55:43 +0100
commit5ca7cbe2d232fcaff32598af1ef5e962e704c004 (patch)
treeec445005777a989b8b0ab61fcaa9f9d30db92a66 /src/flash/nor/Makefile.am
parent75cdbff5aa93d93e414cb22d413f41fb38a076bb (diff)
downloadopenocd_libswd-5ca7cbe2d232fcaff32598af1ef5e962e704c004.tar.gz
openocd_libswd-5ca7cbe2d232fcaff32598af1ef5e962e704c004.tar.bz2
openocd_libswd-5ca7cbe2d232fcaff32598af1ef5e962e704c004.tar.xz
openocd_libswd-5ca7cbe2d232fcaff32598af1ef5e962e704c004.zip
stm32x: add support for STM32F20x
ready for wider testing and comments on basic erase + programming. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
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 42707e00..95bd313d 100644
--- a/src/flash/nor/Makefile.am
+++ b/src/flash/nor/Makefile.am
@@ -25,6 +25,7 @@ NOR_DRIVERS = \
stmsmi.c \
stellaris.c \
stm32x.c \
+ stm32f2xxx.c \
str7x.c \
str9x.c \
str9xpec.c \