Skip to content

Commit

Permalink
bpf-headers: drop HOST_LOADLIBES
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stintel committed May 18, 2022
1 parent ad79b92 commit 9f67ed5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/kernel/bpf-headers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ KERNEL_MAKE := \
LLVM=1 CC="$(CLANG)" LD="$(TARGET_CROSS)ld" \
HOSTCC="$(HOSTCC)" \
HOSTCXX="$(HOSTCXX)" \
HOST_LOADLIBES="-L$(STAGING_DIR_HOST)/lib" \
KBUILD_HOSTLDLIBS="-L$(STAGING_DIR_HOST)/lib" \
CONFIG_SHELL="$(BASH)" \
INSTALL_HDR_PATH="$(PKG_BUILD_DIR)/user_headers"
Expand Down

0 comments on commit 9f67ed5

Please sign in to comment.