summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2010-09-20 13:44:03 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-09-20 13:44:36 +0200
commit549d97481407b99a820033379d5a3d44931a5336 (patch)
tree62ffd2e6abd608a11b13c0fbed88d23028ef4949 /src/Makefile.am
parentf6a3fc818bc6a24b6c5bbcc6057f72d2b0b2e2ab (diff)
downloadopenocd+libswd-549d97481407b99a820033379d5a3d44931a5336.tar.gz
openocd+libswd-549d97481407b99a820033379d5a3d44931a5336.tar.bz2
openocd+libswd-549d97481407b99a820033379d5a3d44931a5336.tar.xz
openocd+libswd-549d97481407b99a820033379d5a3d44931a5336.zip
jtag: build jtag first because it generates header files
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 56385f7e..a2f8d777 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = \
- helper \
jtag \
+ helper \
target \
flash \
svf \