diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-19 11:27:00 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-19 11:27:00 +0200 |
| commit | 954197aa34ebc59becd56f093d3690ab65f1d8a4 (patch) | |
| tree | b61af32f8aab1e99b06fb4144eec0682839bf3f0 /internal/c/Makefile | |
| parent | 72185eae0eefed8f6d5a899c10dfea1d41e57690 (diff) | |
restructure
Diffstat (limited to 'internal/c/Makefile')
| -rw-r--r-- | internal/c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/c/Makefile b/internal/c/Makefile index 03181b8..81f2e4b 100644 --- a/internal/c/Makefile +++ b/internal/c/Makefile @@ -5,8 +5,8 @@ SOURCES := $(wildcard *.bpf.c) TARGETS := $(SOURCES:.bpf.c=.bpf.o) all: $(TARGETS) - # Only required when linking multiple .o into a single .o (not doing that atm) - # bpftool gen object ioriotng.bpf.o $(TARGETS) + +redo: clean all %.bpf.o: %.bpf.c vmlinux.h $(CC) -g -O2 -Wall -fpie -target bpf -D__TARGET_ARCH_amd64 \ |
