Skip to content
Snippets Groups Projects
Commit fb013eee authored by Tom Rini's avatar Tom Rini
Browse files

Makefile: Ensure tools directory exists in output prior to use


With the change to make tools/version.h a file we need to make sure that
the output directory exists first otherwise we will get a build failure.

Reported-by: default avatarPeter Robinson <pbrobinson@gmail.com>
Tested-by: default avatarPeter Robinson <pbrobinson@gmail.com>
Fixes: 4d90f6cd ("tools: Avoid creating symbolic links for tools/version.h")
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent f523400f
No related branches found
No related tags found
No related merge requests found
......@@ -1889,6 +1889,7 @@ checkarmreloc: u-boot
fi
tools/version.h: include/version.h
$(Q)mkdir -p $(dir $@)
$(call if_changed,copy)
envtools: scripts_basic $(version_h) $(timestamp_h) tools/version.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment