commit | 3d6990600cf2a15b17c2566ef9b5db00d37fd7e2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 22 19:30:16 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:40 2021 -0700 |
tree | 72f3468e85e7541f25aa9d4cdd6563d5c9681468 | |
parent | 6886c720e4a29b8dfb2dbb73c51aa2cad228bf1e [diff] |
Makefile: Use common args for dtoc At present the dtoc commmand line is repeated twice in the Makefile. Use a variable to avoid this, so it is easier to add more conditional arguments. Signed-off-by: Simon Glass <sjg@chromium.org>