[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [UNIKRAFT PATCH 3/3] lib/posix-socket: Register library within Unikraft.
From: Alexander Jung <alexander.jung@xxxxxxxxx> Signed-off-by: Alexander Jung <alexander.jung@xxxxxxxxx> --- lib/Makefile.uk | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.uk b/lib/Makefile.uk index aa7e730..360fcd8 100644 --- a/lib/Makefile.uk +++ b/lib/Makefile.uk @@ -8,6 +8,7 @@ $(eval $(call _import_lib,$(CONFIG_UK_BASE)/lib/ukboot)) $(eval $(call _import_lib,$(CONFIG_UK_BASE)/lib/ukswrand)) $(eval $(call _import_lib,$(CONFIG_UK_BASE)/lib/posix-user)) $(eval $(call _import_lib,$(CONFIG_UK_BASE)/lib/posix-sysinfo)) +$(eval $(call _import_lib,$(CONFIG_UK_BASE)/lib/posix-socket)) $(eval $(call _import_lib,$(CONFIG_UK_BASE)/lib/ukdebug)) $(eval $(call _import_lib,$(CONFIG_UK_BASE)/lib/ukargparse)) $(eval $(call _import_lib,$(CONFIG_UK_BASE)/lib/uktimeconv)) -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |