Skip to content

Commit fe362cb

Browse files
committed
Change the reference directory for xdp_stats and xdp_loader programs
Make basic-solutions the reference directory for xdp_stats and xdp_loader programs, as these versions have the most possible options included. Signed-off-by: Anton Protopopov <a.s.protopopov@gmail.com>
1 parent 1da7dbb commit fe362cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ USER_OBJ := ${USER_C:.c=.o}
2323
COMMON_DIR ?= ../common/
2424

2525
COPY_LOADER ?=
26-
LOADER_DIR ?= $(COMMON_DIR)/../basic04-pinning-maps
26+
LOADER_DIR ?= $(COMMON_DIR)/../basic-solutions
2727

2828
OBJECT_LIBBPF = $(LIBBPF_DIR)/libbpf.a
2929

0 commit comments

Comments
 (0)