Skip to content

Commit

Permalink
Fix include path of libxdp for each arch
Browse files Browse the repository at this point in the history
Signed-off-by: ami-GS <1991.daiki@gmail.com>
  • Loading branch information
ami-GS authored and tohojo committed Apr 12, 2024
1 parent 509e248 commit a4d84ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libxdp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PC_FILE := $(OBJDIR)/libxdp.pc
TEMPLATED_SOURCES := xdp-dispatcher.c

CFLAGS += -I$(HEADER_DIR)
BPF_CFLAGS += -I$(HEADER_DIR)
BPF_CFLAGS += -I$(HEADER_DIR) $(ARCH_INCLUDES)


ifndef BUILD_STATIC_ONLY
Expand Down

0 comments on commit a4d84ca

Please sign in to comment.