Skip to content

Commit 4d74e4a

Browse files
committed
lib/xdp-tools: update version
Pull the latest version of xdp-tools into the submodule. Change the wildcard pattern for libxdp to not include the XDP programs to avoid constantly recompiling it. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
1 parent 4ac5a33 commit 4d74e4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ P:= >/dev/null
6060
endif
6161

6262
# Detect submodule libbpf source file changes
63-
LIBXDP_SOURCES := $(wildcard xdp-tools/lib/libxdp/*.[ch])
63+
LIBXDP_SOURCES := $(wildcard xdp-tools/lib/libxdp/libxdp*.[ch]) xdp-tools/lib/libxdp/xsk.c
6464

6565

6666
$(LIB_INSTALL)/lib/libxdp.a: $(LIBXDP_SOURCES)

0 commit comments

Comments
 (0)