summaryrefslogtreecommitdiff
path: root/src/jtag/Makefile.am
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-01 17:48:09 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-01 17:48:09 +0000
commitff53e47b54bce4ae31d2a862739cf03da38cab42 (patch)
treed3d48d9437c9b01e4ea96ba2025dd920b2b00d2f /src/jtag/Makefile.am
parentafe5371bc8bde3fc1a833c3d7e459920711a9584 (diff)
downloadopenocd+libswd-ff53e47b54bce4ae31d2a862739cf03da38cab42.tar.gz
openocd+libswd-ff53e47b54bce4ae31d2a862739cf03da38cab42.tar.bz2
openocd+libswd-ff53e47b54bce4ae31d2a862739cf03da38cab42.tar.xz
openocd+libswd-ff53e47b54bce4ae31d2a862739cf03da38cab42.zip
- fixes for jtag_khz committed.
- wip, flash fillw/h/b. For testing purposes. git-svn-id: svn://svn.berlios.de/openocd/trunk@531 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/Makefile.am')
-rw-r--r--src/jtag/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/Makefile.am b/src/jtag/Makefile.am
index 4a0f5d27..04c06e2f 100644
--- a/src/jtag/Makefile.am
+++ b/src/jtag/Makefile.am
@@ -48,7 +48,7 @@ EP93XXFILES =
endif
if ECOSBOARD
-ECOSBOARDFILES = eCosBoard.c
+ECOSBOARDFILES = zy1000.c
else
ECOSBOARDFILES =
endif