]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Examples: Properly append LDFLAGS to LD command
authorMarek Vasut <marex@denx.de>
Mon, 5 Mar 2012 23:44:22 +0000 (00:44 +0100)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 26 Mar 2012 21:09:25 +0000 (23:09 +0200)
commite0e7f3b210ce553c6caab05b71891a1279eb551e
treeadede8ad915a501f01a789b928c1bc84c355b6ff
parent763cf0a3d24124916824e31793fbafbbb4311597
Examples: Properly append LDFLAGS to LD command

The LD command in examples/standalone/Makefile ignored platform specific
LDFLAGS setup. Pass these LDFLAGS to the command.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Bryan Hundven <bryanhundven@gmail.com>
Cc: Michael Schwingen <rincewind@discworld.dascon.de>
examples/standalone/Makefile