mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 04:21:09 -04:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user