summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e243d65..116d967 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ build: bpfbuild gobuild
.PHONY: bpfbuild
bpfbuild:
- bpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h
+ bpftool btf dump file /sys/kernel/btf/vmlinux format c > ./internal/types/vmlinux.h
$(CC) -g -O2 -Wall -fpie -target bpf -D__TARGET_ARCH_amd64 -I$(LIBBPFGO)/output -c ioriotng.bpf.c -o ioriotng.bpf.o
.PHONY: gobuild