summaryrefslogtreecommitdiff
path: root/src/target/Makefile.am
diff options
context:
space:
mode:
authorMichel Jaouen <michel.jaouen@stericsson.com>2011-04-19 08:43:33 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-04-28 12:22:10 +0200
commitb778b36f29b74d6d571df85f984ae684672ea162 (patch)
tree774bc2d5f73daa527a6131b0fcb6351f4eb0812f /src/target/Makefile.am
parent36d60ee6c8d3aa1865dac2378c481954ba402910 (diff)
downloadopenocd+libswd-b778b36f29b74d6d571df85f984ae684672ea162.tar.gz
openocd+libswd-b778b36f29b74d6d571df85f984ae684672ea162.tar.bz2
openocd+libswd-b778b36f29b74d6d571df85f984ae684672ea162.tar.xz
openocd+libswd-b778b36f29b74d6d571df85f984ae684672ea162.zip
smp : infra for smp minimum support
Diffstat (limited to 'src/target/Makefile.am')
-rw-r--r--src/target/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am
index 5907e83f..1a2fbd6c 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -42,7 +42,8 @@ TARGET_CORE_SRC = \
breakpoints.c \
target.c \
target_request.c \
- testee.c
+ testee.c \
+ smp.c
ARMV4_5_SRC = \
armv4_5.c \