summaryrefslogtreecommitdiffstats
path: root/src/libknot/xdp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/libknot/xdp/Makefile.am')
-rw-r--r--src/libknot/xdp/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libknot/xdp/Makefile.am b/src/libknot/xdp/Makefile.am
index cb5843816..88befe983 100644
--- a/src/libknot/xdp/Makefile.am
+++ b/src/libknot/xdp/Makefile.am
@@ -4,8 +4,6 @@
# sudo ip link set dev $eth xdp off
# sudo ip link set dev $eth xdp obj ./bpf-kernel.o
#
-# Built using LLVM/CLANG 14.
-#
# When updating check using `llvm-objdump -h bpf-kernel.o` if .BTF and .BTF.ext
# sections are present.