We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5aac3a commit 2d447a5Copy full SHA for 2d447a5
common/Makefile
@@ -43,4 +43,7 @@ $(BPFTOOL_SRC):
43
.PHONY: $(TOOL_BPF_OBJ)
44
$(TOOL_BPF_OBJ):
45
cd $(LIBBPF_TOOLS_SRC)
46
+ @if ! test -d /usr/include/asm; then
47
+ sudo ln -s /usr/include/asm-generic /usr/include/asm
48
+ fi
49
$(MAKE)
0 commit comments