diff options
| author | fG! <github@put.as> | 2026-04-17 01:40:29 +0100 |
|---|---|---|
| committer | Mark Rowe <mark@vector35.com> | 2026-04-22 09:18:34 -0700 |
| commit | f93512c43333814a849ea742ad7177811e6720d7 (patch) | |
| tree | 71874bb1667a7d12e430bcfa5a8520b81a7ed90d | |
| parent | 37f159a0ef0d517f88d78c8450d120b8aa6d9ccb (diff) | |
[arm64] Update header names in Makefiles
The names of generated headers were not updated after they were changed
in b095215397ca.
| -rw-r--r-- | arch/arm64/disassembler/Makefile-asan | 2 | ||||
| -rw-r--r-- | 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 |
