]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit80e2c4e31d02f0768d7076d160ed4291efacb367
treea91dd1730819f897ce9b91170326a42fcddfa56a
parent5e2b71c8d6c56d241f86e2ca2edd7739f2bd266d
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