From bc5a6f022bf926353d09c3c1b69ddf05ee353edf Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Mon, 18 Jun 2012 19:56:19 +1200 Subject: Renamed Cortex-M driver appropriately since it support M0, M3 and M4F. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') 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 \ -- cgit v1.2.3