VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2021-03-02 23:26:14 +0900 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-04-25 05:11:54 +0900 commit: 609bbb4de4f85b7ef45d81a88e6b7dfe3bf5ccea parent: 805b2e1d427aab4bb27fa7c51ebb9db7547551b1
Commit Summary:
kbuild: show warning if 'make headers_check' is used
Diffstat:
1 file changed, 5 insertions, 1 deletion
diff --git a/Makefile b/Makefile
index d79823428cd7..80c82155ebb6 100644
--- a/Makefile
+++ b/Makefile
@@ -1358,7 +1358,11 @@ headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts
 # Deprecated. It is no-op now.
 PHONY += headers_check
 headers_check:
-	@:
+	@echo >&2 "=================== WARNING ==================="
+	@echo >&2 "Since Linux 5.5, 'make headers_check' is no-op,"
+	@echo >&2 "and will be removed after Linux 5.15 release."
+	@echo >&2 "Please remove headers_check from your scripts."
+	@echo >&2 "==============================================="
 
 ifdef CONFIG_HEADERS_INSTALL
 prepare: headers