summaryrefslogtreecommitdiff
path: root/AT91SAM7S256/SAM7S256/gcc
diff options
context:
space:
mode:
authorTC Wan2010-12-23 18:31:31 +0800
committerTC Wan2010-12-23 18:31:31 +0800
commit60c29d8cd77da30a72b3bbdab4472ad2ff987836 (patch)
treed3af4b37fd1f73522067e995f961dfa9789c7e80 /AT91SAM7S256/SAM7S256/gcc
parent588282d0639de78ff18abe0be4b528d44b836904 (diff)
invoke thumb breakpoint for testing
This is to prepare for testing only. Not working code (yet).
Diffstat (limited to 'AT91SAM7S256/SAM7S256/gcc')
-rw-r--r--AT91SAM7S256/SAM7S256/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/AT91SAM7S256/SAM7S256/gcc/Makefile b/AT91SAM7S256/SAM7S256/gcc/Makefile
index 39163f6..002539c 100644
--- a/AT91SAM7S256/SAM7S256/gcc/Makefile
+++ b/AT91SAM7S256/SAM7S256/gcc/Makefile
@@ -26,7 +26,7 @@ vpath %.c $(CPUINCDIR)
vpath %.c lib
vpath %.S $(CPUINCDIR) $(DBGDIR)
-INCLUDES =
+INCLUDES = -I../../armdebug/Debugger
MCU = arm7tdmi
STARTOFUSERFLASH_DEFINES = -DSTARTOFUSERFLASH_FROM_LINKER=1