Re: [PATCH 07/49] Makefile: Invoke dtoc only once

2021-01-06 Thread Simon Glass
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

[PATCH 07/49] Makefile: Invoke dtoc only once

2020-12-28 Thread Simon Glass
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