summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-03-27 14:26:16 -0600
committerTom Rini <trini@konsulko.com>2022-04-18 17:53:56 -0400
commit1ddda37bbea1b8dcc33fd05408c1ca887f02a3b6 (patch)
treea91dd1730819f897ce9b91170326a42fcddfa56a /config.mk
parent55cbf5ad50a3b418ef1bb72fe2ec5f2aaebc0a00 (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>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 2595aed218..b915c29b3f 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 :=