From bc4c87e45b5b9cc72c46993b1b416017fe4b39a6 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Mon, 26 Dec 2011 02:34:45 -0800 Subject: Add support for Cortex-M0, and specifically for the NXP LPC11xx devices. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 87f0b0a..db5535f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -21,6 +21,7 @@ SRC = gdb_if.c \ adiv5_swdp.c \ cortexm3.c \ stm32_tgt.c \ + nxp_tgt.c \ main.c \ platform.c \ command.c \ -- cgit v1.2.3