aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMike Smith2011-12-26 02:47:38 -0800
committerMike Smith2011-12-26 02:47:38 -0800
commit00651032ad089711926c175bb252f0c76567c82b (patch)
treeee0de43a2e0e1740fe81ac9d431bdbce933cb140 /src/Makefile
parentbc4c87e45b5b9cc72c46993b1b416017fe4b39a6 (diff)
parent4e0cd081b09d9bd3d444062ca1081fa59c31fc0b (diff)
Merge commit '4e0cd081b09d9bd3d444062ca1081fa59c31fc0b'
* commit '4e0cd081b09d9bd3d444062ca1081fa59c31fc0b': Improved magic number garbage in cortexm3.c Cleaned up debug output on linux build. Removed #if LIGHT for unfinished hardware. Implement gdb 'qCRC' packet to support 'compare-sections' command.
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 db5535f..fcaa42f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -30,6 +30,7 @@ SRC = gdb_if.c \
lmi.c \
arm7tdmi.c \
stm32f4.c \
+ crc32.c \
include $(PROBE_HOST)/Makefile.inc