[COMMITTED] aarch64: fix makefile formatting

Yury Khrustalev yury.khrustalev@arm.com
Thu Dec 4 12:42:51 GMT 2025


---

Committed as obvious

---
 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



More information about the Libc-alpha mailing list