[PATCH 1/4] tools/nolibc: drop superfluous invocation of 'make headers'

Thomas Weißschuh posted 4 patches 5 hours ago
[PATCH 1/4] tools/nolibc: drop superfluous invocation of 'make headers'
Posted by Thomas Weißschuh 5 hours ago
The headers_install target of the toplevel Makefile will already make
sure that the headers are up-to-date.

Drop the superfluous explicit invocation.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
 tools/include/nolibc/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/include/nolibc/Makefile b/tools/include/nolibc/Makefile
index e3a2ec9b2e43..47ba2bde6d44 100644
--- a/tools/include/nolibc/Makefile
+++ b/tools/include/nolibc/Makefile
@@ -102,7 +102,6 @@ headers:
 	$(Q)cp --parents $(arch_files) $(all_files) "$(OUTPUT)sysroot/include/"
 
 headers_standalone: headers
-	$(Q)$(MAKE) -C $(srctree) headers
 	$(Q)$(MAKE) -C $(srctree) headers_install INSTALL_HDR_PATH=$(OUTPUT)sysroot
 
 CFLAGS_s390 := -m64

-- 
2.53.0