summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-11 23:45:23 +0200
committerPaul Buetow <paul@buetow.org>2024-02-11 23:45:23 +0200
commite43fba8ef47a7a435809ebc09c799254c1c1fcf7 (patch)
tree34c14b94b8f1089f86cdd8c7206fefa263716f57 /Makefile
parentc4531d8793b971565775e71cda1bdc8a45622e0a (diff)
cleanup include paths
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2bb4af..d336e2f 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ build: bpfbuild gobuild
.PHONY: bpfbuild
bpfbuild:
bpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h
- $(CC) -g -O2 -Wall -fpie -I$(LIBBPFGO)/selftest/common -target bpf -D__TARGET_ARCH_amd64 -I$(LIBBPFGO)/output -I$(LIBBPFGO)/selftest/common -c ioriotng.bpf.c -o ioriotng.bpf.o
+ $(CC) -g -O2 -Wall -fpie -target bpf -D__TARGET_ARCH_amd64 -I$(LIBBPFGO)/output -c ioriotng.bpf.c -o ioriotng.bpf.o
.PHONY: gobuild
gobuild: