diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index ab7072c0249..cf1be900383 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -97,11 +97,6 @@ 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 \ @@ -124,6 +119,11 @@ 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 \ diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 59ed0d2c81f..8ec03373c6f 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -488,11 +488,6 @@ 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 \ @@ -515,6 +510,11 @@ 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 \