]> git.dujemihanovic.xyz Git - u-boot.git/commit
Makefile: Invoke dtoc only once
authorSimon Glass <sjg@chromium.org>
Tue, 29 Dec 2020 03:34:53 +0000 (20:34 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:26:35 +0000 (12:26 -0700)
commitbe3bd3bb177ec913050745131687089c1ff69c44
tree7374763e5d0f9aa1d473ab63bd63ea1890a461cc
parent10cbd3b7da12e993c67d56182d30294661a93619
Makefile: Invoke dtoc only once

Update the Makefile to run dtoc only once, generating all required files.
This saves time since there is a lot of processing in each invocation of
dtoc.

We already have a variable for the object files to build, so use that
instead of repeating the same filenames. Add a C version of this also,
for the same reason.

This makes it easier to add new C files (generated by dtoc) to the build
later, as needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.spl