Revert "fix linker issue (#42)"

This reverts commit cc1e033a7f.
This commit is contained in:
Christian Deacon
2023-10-11 23:04:53 +00:00
parent cc1e033a7f
commit 0601364233

View File

@@ -46,7 +46,7 @@ XDPPROGOBJ = xdpfw_kern.o
OBJS = $(BUILDDIR)/$(CONFIGOBJ) $(BUILDDIR)/$(CMDLINEOBJ)
# LD flags and includes.
LDFLAGS += -lconfig -lelf -lz -lxdp
LDFLAGS += -lconfig -lelf -lz
INCS = -I $(LIBBPFSRC)
INCS += -I /usr/include -I /usr/local/include