]> xenbits.xensource.com Git - unikraft/libs/musl.git/commitdiff
Update Config.uk with the required micro-libs
authorGaulthier Gain <gaulthier.gain@uliege.be>
Wed, 29 Jan 2020 21:18:48 +0000 (22:18 +0100)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Thu, 30 Jan 2020 20:55:57 +0000 (21:55 +0100)
Add libvfscore, libposix_process and syscall_shim layer as required
micro-libraries.

Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
Reviewed-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Config.uk

index 299f8844c11d845a696a5fa24ae0ab5cc1fd4578..7862da8e6788ac3abf38739ad1870ec7e8bd102d 100644 (file)
--- 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