Skip to content

Commit

Permalink
Revert "fix linker issue (#42)"
Browse files Browse the repository at this point in the history
This reverts commit cc1e033.
  • Loading branch information
gamemann committed Oct 11, 2023
1 parent cc1e033 commit 0601364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0601364

Please sign in to comment.