summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-14 14:47:05 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-14 14:47:24 +0200
commita5918e4a340d825d9900dd918f6e51bfe3d956ae (patch)
treead3114be115e34f704ce417611b64914cafac5a9
parentbc15c1d7b6e8ab424f8873b8c2dfb5c6eda124a9 (diff)
Makefile: help-variables: Make .PHONY
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e2ead1fe3..62b59dcd5 100644
--- a/Makefile
+++ b/Makefile
@@ -131,6 +131,7 @@ include $(srcdir)/lib/lint-man.mk
include $(srcdir)/lib/verbose.mk
+.PHONY: help-variables
help-variables:
$(info V Define to non-empty string for verbose output)
$(info )