Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Makefile: remove dependency on archscripts for header installation

archscripts has nothing to do with headers_install.

Signed-off-by: Henrik Lindström <henrik@lxm.se>
Reviewed-by: Nicolas Schier <n.schier@avm.de>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

authored by

Henrik Lindström and committed by
Masahiro Yamada
2adde2eb cf9d6926

+1 -1
+1 -1
Makefile
··· 1365 1365 hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj 1366 1366 1367 1367 PHONY += headers 1368 - headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts 1368 + headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders 1369 1369 ifdef HEADER_ARCH 1370 1370 $(Q)$(MAKE) -f $(srctree)/Makefile HEADER_ARCH= SRCARCH=$(HEADER_ARCH) headers 1371 1371 else