]> Git Repo - u-boot.git/commit
Kbuild: add LDFLAGS_STANDALONE
authorDaniel Schwierzeck <[email protected]>
Sun, 23 Sep 2018 17:15:15 +0000 (19:15 +0200)
committerDaniel Schwierzeck <[email protected]>
Sun, 18 Nov 2018 15:02:23 +0000 (16:02 +0100)
commit1d3b97c94eb562fa1071abd50b3a4cb4cca7f203
treec7b24702fc3970326f1f012f3decf7f1f62fd50a
parent101860ef69887f12cd5cc8d0e1512a37f4ffb8d7
Kbuild: add LDFLAGS_STANDALONE

Introduce a new Makefile variable for passing LDFLAGS to standalone
programs. Currently the variable CONFIG_STANDALONE_LOAD_ADDR is
misued on some archs to pass a specific linker script.

Signed-off-by: Daniel Schwierzeck <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
arch/mips/cpu/mips32/config.mk
arch/mips/cpu/mips64/config.mk
arch/nds32/config.mk
arch/riscv/config.mk
arch/sh/config.mk
config.mk
examples/standalone/Makefile
This page took 0.036491 seconds and 4 git commands to generate.