diff options
author | Simon Glass <sjg@chromium.org> | 2022-11-09 19:14:41 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2022-11-22 15:13:34 -0700 |
commit | 921b0a6ce2aef19299c702dd4653889189ed81b6 (patch) | |
tree | 49f735edcdf9aee53eceb0b4e2846021fbf48a55 /scripts | |
parent | c39c7c62d62771b87f4dd5496d94e7769c567ad1 (diff) | |
download | u-boot-921b0a6ce2aef19299c702dd4653889189ed81b6.zip u-boot-921b0a6ce2aef19299c702dd4653889189ed81b6.tar.gz u-boot-921b0a6ce2aef19299c702dd4653889189ed81b6.tar.bz2 |
doc: Correct the path to the Makefile documentation
This is out-of-date now. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Kbuild.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index 9c14310..62e0207 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 |