Skip to content

Commit

Permalink
Makefile: Avoid resetting link flags in config.mk
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
sjg20 authored and trini committed Apr 18, 2022
1 parent 55cbf5a commit 1ddda37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 :=
Expand Down

0 comments on commit 1ddda37

Please sign in to comment.