mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
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>
This commit is contained in:
parent
55cbf5ad50
commit
1ddda37bbe
1 changed files with 0 additions and 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 :=
|
||||
|
|
Loading…
Reference in a new issue