summaryrefslogtreecommitdiff
path: root/src/target/Makefile.am
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-08 17:28:28 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-08 17:28:28 +0000
commitddd987502a7e00dd9749df0036c286d2f6823ced (patch)
tree1381505a3967733079ad7d1acd3a0cd3290d3280 /src/target/Makefile.am
parent21bc69bc37aabb4a838f6d1ffeb80d92ce283990 (diff)
downloadopenocd+libswd-ddd987502a7e00dd9749df0036c286d2f6823ced.tar.gz
openocd+libswd-ddd987502a7e00dd9749df0036c286d2f6823ced.tar.bz2
openocd+libswd-ddd987502a7e00dd9749df0036c286d2f6823ced.tar.xz
openocd+libswd-ddd987502a7e00dd9749df0036c286d2f6823ced.zip
- added more TARGET_HALTED checks for the read/write_memory handlers
- added new commands arm11 mrc and arm11 mcr to generate these instructions during debug Thanks Michael Bruck git-svn-id: svn://svn.berlios.de/openocd/trunk@477 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/Makefile.am')
-rw-r--r--src/target/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am
index 7dfcc89e..993513a1 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -5,7 +5,6 @@ else
OOCD_TRACE_FILES =
endif
-CFLAGS += -Wall
INCLUDES = -I$(top_srcdir)/src/gdb -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag -I$(top_srcdir)/src/xsvf $(all_includes)
METASOURCES = AUTO
AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@