aboutsummaryrefslogtreecommitdiff
path: root/src/target/Makefile.am
diff options
context:
space:
mode:
authorMatthias Welwarsky <matthias.welwarsky@sysgo.com>2016-09-03 23:20:58 +0200
committerMatthias Welwarsky <matthias.welwarsky@sysgo.com>2017-02-10 14:01:38 +0100
commita3b9e12aecc3021bc3022eca93d07f7d11255b3b (patch)
tree82b35ea3737b66feeadfdff5846759c355cc50c2 /src/target/Makefile.am
parentdf32af234cae1f24b0a0f3abf4b50859f9d26740 (diff)
downloadriscv-openocd-a3b9e12aecc3021bc3022eca93d07f7d11255b3b.zip
riscv-openocd-a3b9e12aecc3021bc3022eca93d07f7d11255b3b.tar.gz
riscv-openocd-a3b9e12aecc3021bc3022eca93d07f7d11255b3b.tar.bz2
aarch64: introduce dpm extension for ARMv8
Add or move ARMv8 related dpm function to their own source module Change-Id: Id93d50be0b8635bd40ddb2a74fe8746ff840d736 Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
Diffstat (limited to 'src/target/Makefile.am')
-rw-r--r--src/target/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am
index e235776..c20ac0f 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -74,6 +74,7 @@ ARMV7_SRC = \
%D%/ls1_sap.c
ARMV8_SRC = \
+ %D%/armv8_dpm.c \
%D%/aarch64.c \
%D%/armv8.c
@@ -155,6 +156,7 @@ INTEL_IA32_SRC = \
%D%/armv7m.h \
%D%/armv7m_trace.h \
%D%/armv8.h \
+ %D%/armv8_dpm.h \
%D%/armv8_opcodes.h \
%D%/avrt.h \
%D%/dsp563xx.h \