diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-11 23:45:23 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-11 23:45:23 +0200 |
| commit | e43fba8ef47a7a435809ebc09c799254c1c1fcf7 (patch) | |
| tree | 34c14b94b8f1089f86cdd8c7206fefa263716f57 /Makefile | |
| parent | c4531d8793b971565775e71cda1bdc8a45622e0a (diff) | |
cleanup include paths
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
