diff options
| author | Thomas Weißschuh <linux@weissschuh.net> | 2026-04-01 17:08:28 +0200 |
|---|---|---|
| committer | Thomas Weißschuh <linux@weissschuh.net> | 2026-04-02 17:11:37 +0200 |
| commit | 5bf4b30ed49b9af281bdf11c788f382faa432cfd (patch) | |
| tree | b4bd34f252b990818000406697ac3f2b93501d0b /tools/include | |
| parent | 1dff9ac2c85860af67a74777fa6d31c2ad07a15a (diff) | |
tools/nolibc: drop superfluous invocation of 'make headers'
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>
Link: https://patch.msgid.link/20260401-nolibc-cleanup-v1-1-bcf4c9f5c1be@weissschuh.net
Diffstat (limited to 'tools/include')
| -rw-r--r-- | tools/include/nolibc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/include/nolibc/Makefile b/tools/include/nolibc/Makefile index 5d242312943f..76cfbfddf3c6 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 |
