Add comment to Makefile regarding using shared objects over static for LibXDP.

This commit is contained in:
Christian Deacon
2023-06-06 21:30:03 +00:00
parent a85d91eed8
commit 0583b0f8f2

View File

@@ -27,6 +27,7 @@ LIBBPFOBJS += $(LIBBPFSRC)/staticobjs/nlattr.o $(LIBBPFSRC)/staticobjs/relo_core
LIBBPFOBJS += $(LIBBPFSRC)/staticobjs/str_error.o $(LIBBPFSRC)/staticobjs/strset.o $(LIBBPFSRC)/staticobjs/usdt.o
# LibXDP objects.
# To Do: Figure out why static objects produces errors relating to unreferenced functions with dispatcher.
LIBXDPOBJS = $(LIBXDPDIR)/sharedobjs/xsk.o $(LIBXDPDIR)/sharedobjs/libxdp.o
# Main program's objects.