tools/nolibc: reformat list of headers to be installed
authorThomas Weißschuh <linux@weissschuh.net>
Sun, 21 May 2023 09:36:33 +0000 (11:36 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 9 Jun 2023 18:46:08 +0000 (11:46 -0700)
This makes it easier to add and remove more entries in the future
without creating spurious diff hunks.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/include/nolibc/Makefile

index 9839feafd38a14a45c73283fb979cd371a2d8fb7..e37c3ac86e238f9c67a2bcf5cece1104b9a2aefc 100644 (file)
@@ -25,8 +25,22 @@ endif
 
 nolibc_arch := $(patsubst arm64,aarch64,$(ARCH))
 arch_file := arch-$(nolibc_arch).h
-all_files := ctype.h errno.h nolibc.h signal.h stackprotector.h std.h stdint.h \
-             stdio.h stdlib.h string.h sys.h time.h types.h unistd.h
+all_files := \
+               ctype.h \
+               errno.h \
+               nolibc.h \
+               signal.h \
+               stackprotector.h \
+               std.h \
+               stdint.h \
+               stdlib.h \
+               string.h \
+               sys.h \
+               time.h \
+               types.h \
+               unistd.h \
+               stdio.h \
+
 
 # install all headers needed to support a bare-metal compiler
 all: headers