From f93512c43333814a849ea742ad7177811e6720d7 Mon Sep 17 00:00:00 2001 From: fG! Date: Fri, 17 Apr 2026 01:40:29 +0100 Subject: [arm64] Update header names in Makefiles The names of generated headers were not updated after they were changed in b095215397ca. --- arch/arm64/disassembler/Makefile-asan | 2 +- arch/arm64/disassembler/Makefile-local | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/disassembler/Makefile-asan b/arch/arm64/disassembler/Makefile-asan index 3ea993f9..ea96fde6 100644 --- a/arch/arm64/disassembler/Makefile-asan +++ b/arch/arm64/disassembler/Makefile-asan @@ -2,7 +2,7 @@ DECODE_OBJS = pcode.o decode.o decode0.o decode1.o decode2.o decode_fields32.o d FORMAT_OBJS = format.o encodings_fmt.o operations.o sysregs_gen.o sysregs_fmt_gen.o regs.o -HEADERS = decode.h decode1.h decode2.h format.h pcode.h operations.h sysregs.h decode_fields32.h encodings_dec.h encodings_fmt.h regs.h +HEADERS = decode.h decode1.h decode2.h format.h pcode.h operations.h sysregs_gen.h sysregs_fmt_gen.h decode_fields32.h encodings_dec.h encodings_fmt.h regs.h CFLAGS = -O2 -fsanitize=address -ggdb diff --git a/arch/arm64/disassembler/Makefile-local b/arch/arm64/disassembler/Makefile-local index 3b0fbd71..2e026340 100644 --- a/arch/arm64/disassembler/Makefile-local +++ b/arch/arm64/disassembler/Makefile-local @@ -4,7 +4,7 @@ DECODE_OBJS = pcode.o decode.o decode0.o decode1.o decode2.o decode_fields32.o d FORMAT_OBJS = format.o encodings_fmt.o operations.o sysregs_gen.o sysregs_fmt_gen.o regs.o -HEADERS = decode.h decode1.h decode2.h format.h pcode.h operations.h sysregs.h decode_fields32.h encodings_dec.h encodings_fmt.h regs.h +HEADERS = decode.h decode1.h decode2.h format.h pcode.h operations.h sysregs_gen.h sysregs_fmt_gen.h decode_fields32.h encodings_dec.h encodings_fmt.h regs.h #CFLAGS = -g -Wunused CFLAGS = -Os -- cgit v1.3.1