From 512b4393ff187f3c3ee567cbc589fc3499e9a165 Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Wed, 22 Nov 2023 19:55:23 +0000 Subject: [PATCH] Add comment to Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a89a0b2..ee96b5a 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ utils: $(CC) -O2 -c -o $(BUILDDIR)/$(CONFIGOBJ) $(SRCDIR)/$(CONFIGSRC) $(CC) -O2 -c -o $(BUILDDIR)/$(CMDLINEOBJ) $(SRCDIR)/$(CMDLINESRC) -# LibXDP chain. +# LibXDP chain. We need to install objects here since our program relies on installed object files and such. libxdp: $(MAKE) -C $(XDPTOOLSDIR) libxdp sudo $(MAKE) -C $(LIBBPFSRC) install