summaryrefslogtreecommitdiffstats
path: root/xdp-dump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--xdp-dump/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/xdp-dump/Makefile b/xdp-dump/Makefile
new file mode 100644
index 0000000..7ee1688
--- /dev/null
+++ b/xdp-dump/Makefile
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
+TOOL_NAME := xdpdump
+XDP_TARGETS := xdpdump_bpf xdpdump_xdp
+USER_TARGETS := xdpdump
+TEST_FILE := tests/test-xdpdump.sh
+
+LIB_DIR = ../lib
+USER_LIBS = -lpcap
+MAN_PAGE := xdpdump.8
+
+include $(LIB_DIR)/common.mk