Makefile: Avoid resetting link flags in config.mk
authorSimon Glass <sjg@chromium.org>
Sun, 27 Mar 2022 20:26:16 +0000 (14:26 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 18 Apr 2022 21:53:56 +0000 (17:53 -0400)
commit1ddda37bbea1b8dcc33fd05408c1ca887f02a3b6
treea91dd1730819f897ce9b91170326a42fcddfa56a
parent55cbf5ad50a3b418ef1bb72fe2ec5f2aaebc0a00
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>
config.mk