diff mbox series

[3/5] doc: Correct the path to the Makefile documentation

Message ID 20221010200032.73483-4-sjg@chromium.org
State Superseded
Delegated to: Simon Glass
Headers show
Series Makefile: Deal with missing blobs consistently | expand

Commit Message

Simon Glass Oct. 10, 2022, 8 p.m. UTC
This is out-of-date now. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 scripts/Kbuild.include | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include
index 9c14310ad40..62e0207f91b 100644
--- a/scripts/Kbuild.include
+++ b/scripts/Kbuild.include
@@ -229,7 +229,7 @@  objectify = $(foreach o,$(1),$(if $(filter /%,$(o)),$(o),$(obj)/$(o)))
 # if_changed_dep  - as if_changed, but uses fixdep to reveal dependencies
 #                   including used config symbols
 # if_changed_rule - as if_changed but execute rule instead
-# See Documentation/kbuild/makefiles.txt for more info
+# See doc/develop/makefiles.rst for more info
 
 ifneq ($(KBUILD_NOCMDDEP),1)
 # Check if both arguments are the same including their order. Result is empty