From 0601364233ef5c9eebd62ef65fe4133fe447a5a0 Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Wed, 11 Oct 2023 23:04:53 +0000 Subject: [PATCH] Revert "fix linker issue (#42)" This reverts commit cc1e033a7f18a8e42849f555c2db87c04d8d5dcb. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5172416..8d2586b 100644 --- a/Makefile +++ b/Makefile @@ -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