mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
doc: Correct the path to the Makefile documentation
This is out-of-date now. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
c39c7c62d6
commit
921b0a6ce2
@ -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
|
# if_changed_dep - as if_changed, but uses fixdep to reveal dependencies
|
||||||
# including used config symbols
|
# including used config symbols
|
||||||
# if_changed_rule - as if_changed but execute rule instead
|
# 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)
|
ifneq ($(KBUILD_NOCMDDEP),1)
|
||||||
# Check if both arguments are the same including their order. Result is empty
|
# Check if both arguments are the same including their order. Result is empty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user