diff options
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 0f86741..24f27d6 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -97,6 +97,11 @@ TARGET64_LIBOPCODES_CFILES = \ aarch64-opc-2.c \ alpha-dis.c \ alpha-opc.c \ + bpf-asm.c \ + bpf-desc.c \ + bpf-dis.c \ + bpf-ibld.c \ + bpf-opc.c \ ia64-dis.c \ ia64-opc.c \ loongarch-opc.c \ @@ -119,11 +124,6 @@ TARGET32_LIBOPCODES_CFILES = \ arm-dis.c \ avr-dis.c \ bfin-dis.c \ - bpf-asm.c \ - bpf-desc.c \ - bpf-dis.c \ - bpf-ibld.c \ - bpf-opc.c \ cgen-asm.c \ cgen-bitset.c \ cgen-dis.c \ |