summaryrefslogtreecommitdiffstats
path: root/include/kernel-build.mk
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2022-03-29 16:28:21 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2022-05-18 13:32:06 +0300
commitb998287b9193bf74631dbb2cbfff72babd3bcd0c (patch)
tree5bf30dc2a75c7fbf0a67f5400c1a761d7df6f00b /include/kernel-build.mk
parent9f67ed5460845f447716b63e02602631b477b36a (diff)
downloadopenwrt-b998287b9193bf74631dbb2cbfff72babd3bcd0c.tar.gz
openwrt-b998287b9193bf74631dbb2cbfff72babd3bcd0c.tar.bz2
openwrt-b998287b9193bf74631dbb2cbfff72babd3bcd0c.zip
build: drop HOST_LOADLIBES
HOST_LOADLIBES was renamed to KBUILD_HOSTLDLIBS in kernel 4.19. As the oldest kernel version we support is 5.10, cleanup HOST_LOADLIBES use. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'include/kernel-build.mk')
-rw-r--r--include/kernel-build.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/kernel-build.mk b/include/kernel-build.mk
index 80da4455bc..cc651f29b1 100644
--- a/include/kernel-build.mk
+++ b/include/kernel-build.mk
@@ -162,7 +162,6 @@ define BuildKernel
$(LINUX_RECONF_CMD) > $(LINUX_DIR)/.config
$(_SINGLE)$(KERNEL_MAKE) \
$(if $(findstring Darwin,$(HOST_OS)), \
- HOST_LOADLIBES="-L$(STAGING_DIR_HOST)/lib -lncurses" \
HOSTLDLIBS_mconf="-L$(STAGING_DIR_HOST)/lib -lncurses" \
filechk_conf_cfg=" :" \
) \