[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [UNIKRAFT PATCH, v2, 13/15] lib/ukring: Target files to build for the microlibrary
Hi Alexander, This commit can be squashed (i.e. git squash) into patch 14/15 because it's part of registering to Unikraft. On 7/21/20 6:39 PM, Alexander Jung wrote: > This commit introduces Makefile.uk which points to the ported > files ring.c and the header, ring.h, now available at uk/ring.h > > Signed-off-by: Alexander Jung <alexander.jung@xxxxxxxxx> > --- > lib/ukring/Makefile.uk | 6 ++++++ > 1 file changed, 6 insertions(+) > create mode 100644 lib/ukring/Makefile.uk > > diff --git a/lib/ukring/Makefile.uk b/lib/ukring/Makefile.uk > new file mode 100644 > index 0000000..b1530dd > --- /dev/null > +++ b/lib/ukring/Makefile.uk > @@ -0,0 +1,6 @@ > +$(eval $(call addlib_s,libukring,$(CONFIG_LIBUKRING))) > + > +CINCLUDES-$(CONFIG_LIBUKRING) += -I$(LIBUKRING_BASE)/include > +CXXINCLUDES-$(CONFIG_LIBUKRING) += -I$(LIBUKRING_BASE)/include > + > +LIBUKRING_SRCS-y += $(LIBUKRING_BASE)/ring.c > \ No newline at end of file >
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |