[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [UNIKRAFT PATCH 4/5] lib/ukmpi: Include ring buffer into Unikraft build process
From: Alexander Jung <alexander.jung@xxxxxxxxx> Signed-off-by: Alexander Jung <alexander.jung@xxxxxxxxx> --- lib/ukmpi/Makefile.uk | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ukmpi/Makefile.uk b/lib/ukmpi/Makefile.uk index fc8a360..d5dbd71 100644 --- a/lib/ukmpi/Makefile.uk +++ b/lib/ukmpi/Makefile.uk @@ -4,3 +4,4 @@ CINCLUDES-$(CONFIG_LIBUKMPI) += -I$(LIBUKMPI_BASE)/include CXXINCLUDES-$(CONFIG_LIBUKMPI) += -I$(LIBUKMPI_BASE)/include LIBUKMPI_SRCS-$(CONFIG_LIBUKMPI_MBOX) += $(LIBUKMPI_BASE)/mbox.c +LIBUKMPI_SRCS-$(CONFIG_LIBUKMPI_RING) += $(LIBUKMPI_BASE)/ring.c -- 2.11.0
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |