aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMike Smith2011-12-26 02:34:45 -0800
committerMike Smith2011-12-26 02:34:45 -0800
commitbc4c87e45b5b9cc72c46993b1b416017fe4b39a6 (patch)
tree7175c098f06891843c21e5d0462e958b9e8620b8 /src/Makefile
parent2653222d08f31ccac9d0e6c3d129ae20b5440eb7 (diff)
Add support for Cortex-M0, and specifically for the NXP LPC11xx devices.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \