commit | d3a9ba7f959fac65815e3308510afd4b79f47dc0 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun Sep 23 19:15:16 2018 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun Nov 18 16:02:23 2018 +0100 |
tree | c3b2ab0ab6fe7769885668826db0c7c118afa8ad | |
parent | 1d3b97c94eb562fa1071abd50b3a4cb4cca7f203 [diff] |
Kbuild: standalone: do not ignore platform-specific OBJCOPYFLAGS Currently the OBJCOPYFLAGS are cleared when assigning "-O srec" or "-O binary" for standalone programs. All flags set by arch-specific Makefiles are lost. This is bad if an arch demands arch-specific flags for the objcopy step. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>