aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/Makefile.am
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2011-07-28 11:42:27 +0100
committerSpencer Oliver <ntfreak@users.sourceforge.net>2011-07-28 11:42:27 +0100
commitb066a7db2498eadcdeb55ea763d805c75fbbd00b (patch)
treec6207402f2b6001a546ed0baebd19432e4796745 /src/flash/nor/Makefile.am
parentb5a324e63c066b97c148c72ecec2e0dfc6023c70 (diff)
downloadriscv-openocd-b066a7db2498eadcdeb55ea763d805c75fbbd00b.zip
riscv-openocd-b066a7db2498eadcdeb55ea763d805c75fbbd00b.tar.gz
riscv-openocd-b066a7db2498eadcdeb55ea763d805c75fbbd00b.tar.bz2
flash: update stm32 driver names
Use consistent names for the stm32 family flash drivers, eg. stm32x -> stm32f1x stm32f2xxx -> stm32f2x this makes it easier to add support for newer stm32 families. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'src/flash/nor/Makefile.am')
-rw-r--r--src/flash/nor/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am
index c897851..6dd95fe 100644
--- a/src/flash/nor/Makefile.am
+++ b/src/flash/nor/Makefile.am
@@ -24,8 +24,8 @@ NOR_DRIVERS = \
pic32mx.c \
stmsmi.c \
stellaris.c \
- stm32x.c \
- stm32f2xxx.c \
+ stm32f1x.c \
+ stm32f2x.c \
str7x.c \
str9x.c \
str9xpec.c \