diff options
author | Simon Glass <sjg@chromium.org> | 2022-03-27 14:26:16 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-18 17:53:56 -0400 |
commit | 1ddda37bbea1b8dcc33fd05408c1ca887f02a3b6 (patch) | |
tree | a91dd1730819f897ce9b91170326a42fcddfa56a /config.mk | |
parent | 55cbf5ad50a3b418ef1bb72fe2ec5f2aaebc0a00 (diff) | |
download | u-boot-1ddda37bbea1b8dcc33fd05408c1ca887f02a3b6.zip u-boot-1ddda37bbea1b8dcc33fd05408c1ca887f02a3b6.tar.gz u-boot-1ddda37bbea1b8dcc33fd05408c1ca887f02a3b6.tar.bz2 |
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>
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ # If we did not have Tegra SoCs, build system would be much simpler...) PLATFORM_RELFLAGS := PLATFORM_CPPFLAGS := -KBUILD_LDFLAGS := LDFLAGS_FINAL := LDFLAGS_STANDALONE := OBJCOPYFLAGS := |