aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/SAM7S256
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-08-08 09:08:59 +0800
committerTat-Chee Wan (USM)2011-08-08 09:08:59 +0800
commit97fbab4a296ab49ff294647f1d4bfbd89dec0fbf (patch)
tree1744bd5cbd12276194f807bb1d160be9492db364 /AT91SAM7S256/SAM7S256
parent627bfbd9b437abf97a3609469f989f1a171975a8 (diff)
updated makefile for new armdebug features
New ARMDEBUG with Data and Prefetch Abort Exception support, better integration with Eclipse CDT Debugger, more refactoring to isolate generic code from project dependent code.
Diffstat (limited to 'AT91SAM7S256/SAM7S256')
-rw-r--r--AT91SAM7S256/SAM7S256/gcc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/AT91SAM7S256/SAM7S256/gcc/Makefile b/AT91SAM7S256/SAM7S256/gcc/Makefile
index be41a61..fa101e8 100644
--- a/AT91SAM7S256/SAM7S256/gcc/Makefile
+++ b/AT91SAM7S256/SAM7S256/gcc/Makefile
@@ -18,7 +18,8 @@ THUMB_SOURCES = c_button.c c_cmd.c c_comm.c c_display.c c_input.c c_ioctrl.c \
abort.c errno.c sbrk.c strtod.c sscanf.c \
Cstartup_SAM7.c
-ASM_ARM_SOURCE = Cstartup.S undef_handler.S debug_hexutils.S debug_stub.S debug_comm.S debug_runlooptasks.S
+ASM_ARM_SOURCE = Cstartup.S abort_handler.S undef_handler.S debug_hexutils.S \
+ debug_stub.S debug_comm.S debug_opcodes.S debug_runlooptasks.S
ASM_THUMB_SOURCE =
vpath %.c $(SRCDIR)