--- a/ebpf/Makefile.in
+++ b/ebpf/Makefile.in
@@ -530,7 +530,7 @@
 @BUILD_EBPF_TRUE@$(BPF_TARGETS): %.bpf: %.c
 #      From C-code to LLVM-IR format suffix .ll (clang -S -emit-llvm)
 @BUILD_EBPF_TRUE@	${CLANG} -Wall $(BPF_CFLAGS) -O2 -g \
-@BUILD_EBPF_TRUE@		-I/usr/include/$(build_cpu)-$(build_os)/ \
+@BUILD_EBPF_TRUE@		-idirafter ../bpf_stubs_workaround \
 @BUILD_EBPF_TRUE@		-D__KERNEL__ -D__ASM_SYSREG_H \
 @BUILD_EBPF_TRUE@		-target bpf -S -emit-llvm $< -o ${@:.bpf=.ll}
 #      From LLVM-IR to BPF-bytecode in ELF-obj file
