commit | 1ddda37bbea1b8dcc33fd05408c1ca887f02a3b6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 27 14:26:16 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 18 17:53:56 2022 -0400 |
tree | a91dd1730819f897ce9b91170326a42fcddfa56a | |
parent | 55cbf5ad50a3b418ef1bb72fe2ec5f2aaebc0a00 [diff] |
Makefile: Avoid resetting link flags in config.mk This makes it impossible to change them elsewhere. The default value is 'empty' anyway, so just drop it. Signed-off-by: Simon Glass <sjg@chromium.org>