diff options
| author | Simon Glass <[email protected]> | 2022-03-27 14:26:16 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-18 17:53:56 -0400 |
| commit | 1ddda37bbea1b8dcc33fd05408c1ca887f02a3b6 (patch) | |
| 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 <[email protected]>
| -rw-r--r-- | config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mk b/config.mk index 2595aed218b..b915c29b3f3 100644 --- a/config.mk +++ b/config.mk @@ -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 := |
