summaryrefslogtreecommitdiffstats
path: root/scripts/tegra
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-12-30 22:59:25 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-03 10:17:16 +0100
commitc17116dc3818b45cbc3997de72d05e64aab04cbe (patch)
tree819c3aeb8f5fb4ff5a3135f7f52c0854b065b6c2 /scripts/tegra
parent259d9bdaf2bfc6882910005a0ef4b3199139ebe2 (diff)
downloadbarebox-c17116dc3818b45cbc3997de72d05e64aab04cbe.tar.gz
barebox-c17116dc3818b45cbc3997de72d05e64aab04cbe.tar.xz
kbuild: rename HOSTLOADLIBES_* to HOSTLDLIBS_*
This is needed to resync kconfig to the latest Linux. Refer to Linux commit 8377bd2b9ee1 ("kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS"). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/tegra')
-rw-r--r--scripts/tegra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tegra/Makefile b/scripts/tegra/Makefile
index 99aef3fa05..8ebc27ca73 100644
--- a/scripts/tegra/Makefile
+++ b/scripts/tegra/Makefile
@@ -2,7 +2,7 @@ hostprogs-$(CONFIG_ARCH_TEGRA) += cbootimage
always := $(hostprogs-y)
-HOSTLOADLIBES_cbootimage = '-lm'
+HOSTLDLIBS_cbootimage = '-lm'
cbootimage-objs := \
cbootimage.o \