aboutsummaryrefslogtreecommitdiff
path: root/src/target/Makefile.am
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-10-24 15:07:11 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2012-12-23 21:45:23 +0000
commit549d9bc72cbca3ba352e6b4bcd6e31d9fd9a0bc7 (patch)
tree685bbc82a74e73141f805c7819be221bcb36ffd2 /src/target/Makefile.am
parent1bba393e3cf6ae36bf056f99761a0571811dc28a (diff)
downloadriscv-openocd-549d9bc72cbca3ba352e6b4bcd6e31d9fd9a0bc7.zip
riscv-openocd-549d9bc72cbca3ba352e6b4bcd6e31d9fd9a0bc7.tar.gz
riscv-openocd-549d9bc72cbca3ba352e6b4bcd6e31d9fd9a0bc7.tar.bz2
target: add deprecated target name support
This enables us to change the target name without breaking any target scripts. Change-Id: I635f961e573264d3dab2560f3a803ef1986ccfde Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/919 Tested-by: jenkins
Diffstat (limited to 'src/target/Makefile.am')
-rw-r--r--src/target/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am
index 19100c7..fac1e09 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -35,7 +35,7 @@ libtarget_la_SOURCES = \
dsp563xx.c \
dsp563xx_once.c \
dsp5680xx.c \
- stm32_stlink.c
+ hla_target.c
TARGET_CORE_SRC = \
algorithm.c \