diff options
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 |
commit | 549d97481407b99a820033379d5a3d44931a5336 (patch) | |
tree | 62ffd2e6abd608a11b13c0fbed88d23028ef4949 | |
parent | f6a3fc818bc6a24b6c5bbcc6057f72d2b0b2e2ab (diff) | |
download | openocd_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>
-rw-r--r-- | src/Makefile.am | 2 |
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 \ |