Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
srdgame committed Sep 13, 2024
2 parents e9604f0 + 844701f commit d4eb993
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/kernel/bpf-headers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ KERNEL_MAKE := \
$(MAKE) -C $(PKG_BUILD_DIR) \
ARCH=$(BPF_KARCH) \
CROSS_COMPILE=$(BPF_ARCH)-linux- \
LLVM=1 CC="$(CLANG)" LD="$(TARGET_CROSS)ld" \
LLVM=1 KBUILD_SYM32=n \
CC="$(CLANG) --target=$(BPF_TARGET)" \
LD="$(TARGET_CROSS)ld" \
HOSTCC="$(HOSTCC)" \
HOSTCXX="$(HOSTCXX)" \
KBUILD_HOSTLDLIBS="-L$(STAGING_DIR_HOST)/lib" \
Expand Down

0 comments on commit d4eb993

Please sign in to comment.