summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-09-06 23:54:25 +0200
committerAlejandro Colomar <alx@kernel.org>2023-09-06 23:54:25 +0200
commitfdd63de4ead5495c9789050ce02db9ea517f38df (patch)
tree80b9ad652dc6e90060287ccb92cdd8d54545f82b /GNUmakefile
parentf30c0d9d3e56bff2f41e8c3d01f7add49630f5bb (diff)
*.mk: tfix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5f21bbc0b..0d8084296 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -122,7 +122,7 @@ help:
MK_ := $(wildcard $(addprefix $(MAKEFILEDIR)/, *.mk */*.mk */*/*.mk))
-MK := $(srcdir)/GNUMakefile $(MK_)
+MK := $(srcdir)/GNUmakefile $(MK_)
include $(MK_)
$(MK):: ;