summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/lib/Makefile
diff options
context:
space:
mode:
authorBui Quang Minh <minhquangbui99@gmail.com>2025-04-25 10:10:15 +0300
committerJakub Kicinski <kuba@kernel.org>2025-04-29 01:49:10 +0300
commit59dd07db92c166ca3947d2a1bf548d57b7f03316 (patch)
treec3407383b30b94e456ad8b8433a29ba19f5667da /tools/testing/selftests/net/lib/Makefile
parentc0b0a360ed4ca077cf72a9c3cd15ac89f6093f3a (diff)
downloadlinux-59dd07db92c166ca3947d2a1bf548d57b7f03316.tar.xz
selftests: net: move xdp_helper to net/lib
Move xdp_helper to net/lib to make it easier for other selftests to use the helper. Signed-off-by: Bui Quang Minh <minhquangbui99@gmail.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Link: https://patch.msgid.link/20250425071018.36078-2-minhquangbui99@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/selftests/net/lib/Makefile')
-rw-r--r--tools/testing/selftests/net/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/lib/Makefile b/tools/testing/selftests/net/lib/Makefile
index c22623b9a2a5..88c4bc461459 100644
--- a/tools/testing/selftests/net/lib/Makefile
+++ b/tools/testing/selftests/net/lib/Makefile
@@ -10,6 +10,7 @@ TEST_FILES += ../../../../net/ynl
TEST_GEN_FILES += csum
TEST_GEN_FILES += $(patsubst %.c,%.o,$(wildcard *.bpf.c))
+TEST_GEN_FILES += xdp_helper
TEST_INCLUDES := $(wildcard py/*.py sh/*.sh)