build: use KBUILD_HOSTLDFLAGS
authorStijn Tintel <stijn@linux-ipv6.be>
Tue, 29 Mar 2022 13:32:25 +0000 (16:32 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 18 May 2022 10:32:06 +0000 (13:32 +0300)
commit6300313deed3688c86cf5633ada439f09e8bcbfd
treefca4f62eb0777586bdb89cb01abf2ddaf52b26eb
parentb998287b9193bf74631dbb2cbfff72babd3bcd0c
build: use KBUILD_HOSTLDFLAGS

According to the GNU make manual, specifying library paths should be
done in LDFLAGS rather than LDLIBS. Replace KBUILD_HOSTLDLIBS with
KBUILD_HOSTLDFLAGS to pass the host lib directory.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
include/kernel.mk