diff options
| author | Tom Rini <[email protected]> | 2022-11-22 22:14:06 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-11-22 22:14:06 -0500 |
| commit | 19fb8d7945fcd83828986ac48db74560b26611f9 (patch) | |
| tree | d65ad8a81d6e62d2786e40186769b48d07280303 /scripts | |
| parent | 521277ec15eb794229403ec24b8c00a4ff02b0b6 (diff) | |
| parent | b4574c0e750bee39cc2448952f127040a37a8e0b (diff) | |
Merge tag 'dm-pull-22nov22' of https://source.denx.de/u-boot/custodians/u-boot-dm
buildman /binman improvements for handling missing blobs
fix for long-standing image.h warning
minor fixes
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 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 |
