From: Simon Glass Date: Sun, 27 Mar 2022 20:26:16 +0000 (-0600) Subject: Makefile: Avoid resetting link flags in config.mk X-Git-Tag: v2022.07-rc1~20^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ddda37bbea1b8dcc33fd05408c1ca887f02a3b6;p=pandora-u-boot.git 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 --- 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 :=