projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55cbf5a
)
Makefile: Avoid resetting link flags in config.mk
author
Simon Glass
<sjg@chromium.org>
Sun, 27 Mar 2022 20:26:16 +0000
(14:26 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 18 Apr 2022 21:53:56 +0000
(17:53 -0400)
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
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index 2595aed218b951fa240789dfa3dba2a507565328..b915c29b3f3e0c9957976c00a3698fcb27270bd4 100644
(file)
--- 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 :=