Commit dbc914e6 authored by Joanne Hugé's avatar Joanne Hugé

Correct folder name for WITH_GIT_XDP option in makefile

parent 200cfb0c
......@@ -31,7 +31,7 @@ ifneq ($(WITH_XDP),)
CFLAGS += -D WITH_XDP
LDFLAGS += -L/usr/lib -lbpf
else ifneq ($(WITH_GIT_XDP),)
CFLAGS += -D WITH_XDP -I$${HOME}/libbpf/src
CFLAGS += -D WITH_XDP -I$${HOME}/libbpf/include
LDFLAGS += -L$${HOME}/libbpf/src -lbpf
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment