From: Gaulthier Gain Date: Wed, 29 Jan 2020 21:18:48 +0000 (+0100) Subject: Update Config.uk with the required micro-libs X-Git-Tag: RELEASE-0.4~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4300bf7ea101582af5d2b82255e13ec95600f6f5;p=unikraft%2Flibs%2Fmusl.git Update Config.uk with the required micro-libs Add libvfscore, libposix_process and syscall_shim layer as required micro-libraries. Signed-off-by: Gaulthier Gain Reviewed-by: Simon Kuenzer --- diff --git a/Config.uk b/Config.uk index 299f884..7862da8 100644 --- a/Config.uk +++ b/Config.uk @@ -1,10 +1,9 @@ # hidden -config LIBMUSL - bool - default n - menuconfig LIBMUSL - bool "musl - A C standard library" - default n - select HAVE_LIBC - select LIBUCALLOC + bool "musl - A C standard library" + default n + select HAVE_LIBC + select LIBKUALLOC + select LIBSYSCALL_SHIM + select LIBVFSCORE + select LIBPOSIX_PROCESS