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 b5b3641 commit fa8cf5dCopy full SHA for fa8cf5d
examples/c/Makefile
@@ -15,7 +15,8 @@ ARCH ?= $(shell uname -m | sed 's/x86_64/x86/' \
15
| sed 's/aarch64/arm64/' \
16
| sed 's/ppc64le/powerpc/' \
17
| sed 's/mips.*/mips/' \
18
- | sed 's/riscv64/riscv/')
+ | sed 's/riscv64/riscv/' \
19
+ | sed 's/loongarch64/loongarch/')
20
VMLINUX := ../../vmlinux/$(ARCH)/vmlinux.h
21
# Use our own libbpf API headers and Linux UAPI headers distributed with
22
# libbpf to avoid dependency on system-wide headers, which could be missing or
vmlinux/loongarch/vmlinux.h
@@ -0,0 +1 @@
1
+vmlinux_602.h
0 commit comments