summaryrefslogtreecommitdiff
path: root/bpf/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bpf/makefile')
-rw-r--r--bpf/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bpf/makefile b/bpf/makefile
new file mode 100644
index 0000000..dbe911d
--- /dev/null
+++ b/bpf/makefile
@@ -0,0 +1,5 @@
+all:
+ clang -O2 -g -target bpf -c bpf_tun_rss_steering.c -o bpf_tun_rss_steering.o
+
+clean:
+ rm -rf bpf_tun_rss_steering.o