aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGareth McMullin2012-06-18 19:56:19 +1200
committerGareth McMullin2012-06-18 19:56:19 +1200
commitbc5a6f022bf926353d09c3c1b69ddf05ee353edf (patch)
treea6bc3be36224fe4c28e4b6c741a21f79438305d6 /src/Makefile
parent0599bdc5c40f560bfc4bf3cdf9caef8f7f4a1cd4 (diff)
Renamed Cortex-M driver appropriately since it support M0, M3 and M4F.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 96aa459..f631e0c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -17,7 +17,7 @@ SRC = gdb_if.c \
swdptap.c \
adiv5.c \
adiv5_swdp.c \
- cortexm3.c \
+ cortexm.c \
stm32f1.c \
nxp_tgt.c \
main.c \