Add comment to Makefile.

This commit is contained in:
Christian Deacon
2023-11-22 19:55:23 +00:00
parent 907408be7a
commit 512b4393ff

View File

@@ -71,7 +71,7 @@ utils:
$(CC) -O2 -c -o $(BUILDDIR)/$(CONFIGOBJ) $(SRCDIR)/$(CONFIGSRC) $(CC) -O2 -c -o $(BUILDDIR)/$(CONFIGOBJ) $(SRCDIR)/$(CONFIGSRC)
$(CC) -O2 -c -o $(BUILDDIR)/$(CMDLINEOBJ) $(SRCDIR)/$(CMDLINESRC) $(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: libxdp:
$(MAKE) -C $(XDPTOOLSDIR) libxdp $(MAKE) -C $(XDPTOOLSDIR) libxdp
sudo $(MAKE) -C $(LIBBPFSRC) install sudo $(MAKE) -C $(LIBBPFSRC) install