[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [UNIKRAFT PATCH, v2, 13/15] lib/ukring: Target files to build for the microlibrary
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 -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |