summaryrefslogtreecommitdiff
path: root/src/jtag/Makefile.am
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 07:06:37 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 07:06:37 +0000
commit80d66c9fcbe16d1adb42de52ec53901fca9f11ae (patch)
treefe4120bebce1e22467f0648dbcb2433bf5c53187 /src/jtag/Makefile.am
parenta3e84343e202eb70ebce0ec1e8b15d7f9ce57f00 (diff)
downloadopenocd_libswd-80d66c9fcbe16d1adb42de52ec53901fca9f11ae.tar.gz
openocd_libswd-80d66c9fcbe16d1adb42de52ec53901fca9f11ae.tar.bz2
openocd_libswd-80d66c9fcbe16d1adb42de52ec53901fca9f11ae.tar.xz
openocd_libswd-80d66c9fcbe16d1adb42de52ec53901fca9f11ae.zip
Move JTAG command handling implementation into its own source file.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2030 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 e5825415..09d0685c 100644
--- a/src/jtag/Makefile.am
+++ b/src/jtag/Makefile.am
@@ -54,7 +54,7 @@ endif
if MINIDRIVER
DRIVERFILES =
else
-DRIVERFILES = jtag_driver.c
+DRIVERFILES = jtag_driver.c commands.c
endif
if AT91RM9200