summaryrefslogtreecommitdiff
path: root/src/target/Makefile.am
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-14 08:15:23 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-14 08:15:23 +0000
commit9bd0116866d35be18890d0c008dc380e60a52597 (patch)
tree88f0d068a8c83229fb3ead0f4f6b1281571c25df /src/target/Makefile.am
parent6a775dff38d52431fd472665fefaf641edc0db57 (diff)
downloadopenocd+libswd-9bd0116866d35be18890d0c008dc380e60a52597.tar.gz
openocd+libswd-9bd0116866d35be18890d0c008dc380e60a52597.tar.bz2
openocd+libswd-9bd0116866d35be18890d0c008dc380e60a52597.tar.xz
openocd+libswd-9bd0116866d35be18890d0c008dc380e60a52597.zip
- added new and missing target scripts - stm32stick and str730
git-svn-id: svn://svn.berlios.de/openocd/trunk@579 b42882b7-edfa-0310-969c-e2dbd0fdcd60
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 d975d6fc..2619ca6a 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -27,5 +27,6 @@ nobase_dist_pkglib_DATA = xscale/debug_handler.bin event/at91eb40a_reset.script
ecos/at91eb40a.elf target/lm3s6965.cfg interface/parport.cfg \
event/omap5912_reset.script interface/amontec-tiny.cfg interface/str9-comstick.cfg \
target/epc9301.cfg target/ipx42x.cfg target/lpc2129.cfg target/netx500.cfg \
- target/omap5912.cfg target/pxa270.cfg target/str750.cfg target/str9comstick.cfg
+ target/omap5912.cfg target/pxa270.cfg target/str750.cfg target/str9comstick.cfg \
+ target/str730.cfg target/stm32stick.cfg