diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2023-07-21 14:38:19 +0200 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2023-07-21 14:38:19 +0200 |
commit | 386d30593e4a1b1267e03c72b812403d9038a75b (patch) | |
tree | 9e5faac4fba595fb08a96051a984f075e52427ab /opcodes/Makefile.am | |
parent | 7bb9f0c2be98d6c8853e3a0bf992f49c5422bf3e (diff) | |
download | binutils-386d30593e4a1b1267e03c72b812403d9038a75b.zip binutils-386d30593e4a1b1267e03c72b812403d9038a75b.tar.gz binutils-386d30593e4a1b1267e03c72b812403d9038a75b.tar.bz2 |
bpf: add missing bpf-dis.c to opcodes/Makefile.am
This was breaking --enable-targets=all builds.
opcodes/ChangeLog:
2023-07-21 Jose E. Marchesi <jose.marchesi@oracle.com>
* Makefile.am (TARGET64_LIBOPCODES_CFILES): Add missing bpf-dis.c
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 7cc16d5..1d22e72 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -94,6 +94,7 @@ TARGET64_LIBOPCODES_CFILES = \ alpha-dis.c \ alpha-opc.c \ bpf-opc.c \ + bpf-dis.c \ ia64-dis.c \ ia64-opc.c \ loongarch-opc.c \ |