commit | 81a0644220ecc4ab591006245f3de8f685cc0c4a | [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 | 9dc13dabe72f1387a89b0e5f192d816bac6c0876 [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>