From ccb5083553ede8b2cf061804f4b39d09b824d40c Mon Sep 17 00:00:00 2001 From: Yury Khrustalev Date: Thu, 4 Dec 2025 11:53:31 +0000 Subject: [PATCH] aarch64: fix makefile formatting --- sysdeps/aarch64/Makefile | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/sysdeps/aarch64/Makefile b/sysdeps/aarch64/Makefile index 29348912e3..879c8022c0 100644 --- a/sysdeps/aarch64/Makefile +++ b/sysdeps/aarch64/Makefile @@ -3,16 +3,20 @@ long-double-fcts = yes ifeq ($(subdir),elf) sysdep-dl-routines += \ dl-bti \ - dl-gcs + dl-gcs \ + # sysdep-dl-routines -tests += tst-audit26 \ - tst-audit27 +tests += \ + tst-audit26 \ + tst-audit27 \ + # tests modules-names += \ - tst-audit26mod \ - tst-auditmod26 \ - tst-audit27mod \ - tst-auditmod27 + tst-audit26mod \ + tst-audit27mod \ + tst-auditmod26 \ + tst-auditmod27 \ + # modules-names $(objpfx)tst-audit26: $(objpfx)tst-audit26mod.so \ $(objpfx)tst-auditmod26.so -- 2.47.3