From: Yury Khrustalev Date: Thu, 4 Dec 2025 11:53:31 +0000 (+0000) Subject: aarch64: fix makefile formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccb5083553ede8b2cf061804f4b39d09b824d40c;p=thirdparty%2Fglibc.git aarch64: fix makefile formatting --- 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