aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGareth McMullin2015-02-28 20:50:10 -0800
committerGareth McMullin2015-03-22 12:26:45 -0700
commitfa046601a54ddf2137048f11594ed7d72ede995a (patch)
tree6dbb9251bed523bf61fbb23d06ca2fd40d891ac0 /src/Makefile
parenta497127a8d16387ce9b9b01969ca5632b95d8e07 (diff)
Add exception handling mechanism and raise exception on low-level comms failure.
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 02b5690..73fb8e9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -24,6 +24,7 @@ SRC = \
command.c \
cortexm.c \
crc32.c \
+ exception.c \
gdb_if.c \
gdb_main.c \
gdb_packet.c \