summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-04-25 03:59:19 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-27 21:16:59 +0200
commitd194c36d00962fcc42958f83e9138da1e3513dfc (patch)
tree11f8d02437ca73dbd7acf5b98f1a24370995b840 /Makefile
parent768ead294f25110a5e9f68011e0e26e6ea3e86db (diff)
downloadbarebox-d194c36d00962fcc42958f83e9138da1e3513dfc.tar.gz
barebox-d194c36d00962fcc42958f83e9138da1e3513dfc.tar.xz
kbuild: remove meaningless headers_check from help target
This is never shown because include/asm-$(ARCH)/Kbuild does not exist. headers_check does not make any sense for barebox. Linux also deprecated headers_check by commit 7ecaf069da52 ("kbuild: move headers_check rule to usr/include/Makefile"). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6263186242..797ed214ad 100644
--- a/Makefile
+++ b/Makefile
@@ -1077,9 +1077,6 @@ help:
@echo 'Static analysers'
@echo ' checkstack - Generate a list of stack hogs'
@echo ' namespacecheck - Name space analysis on compiled kernel'
- @if [ -r include/asm-$(ARCH)/Kbuild ]; then \
- echo ' headers_check - Sanity check on exported headers'; \
- fi
@echo ''
@echo 'Architecture specific targets ($(ARCH)):'
@$(if $(archhelp),$(archhelp),\