aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2016-12-20 11:48:21 +1030
committerAlan Modra <amodra@gmail.com>2016-12-20 12:26:08 +1030
commitdd1d944e2321de26f75a21f42750dd38ed964714 (patch)
tree649c3cf1570fa3e58d66675e8ddf5cc1a010cc44 /opcodes/Makefile.am
parent412ffd830b94a860e81e8515140ba5ebc5aa82be (diff)
downloadfsf-binutils-gdb-dd1d944e2321de26f75a21f42750dd38ed964714.zip
fsf-binutils-gdb-dd1d944e2321de26f75a21f42750dd38ed964714.tar.gz
fsf-binutils-gdb-dd1d944e2321de26f75a21f42750dd38ed964714.tar.bz2
Add opcodes RISC-V dependencies
* Makefile.am (TARGET_LIBOPCODES_CFILES): Add riscv files. * Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r--opcodes/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index e954cbe..737e8e3 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -223,6 +223,8 @@ TARGET_LIBOPCODES_CFILES = \
pj-opc.c \
ppc-dis.c \
ppc-opc.c \
+ riscv-dis.c \
+ riscv-opc.c \
rl78-decode.c \
rl78-dis.c \
rx-decode.c \