From: Sharan Santhanam Date: Fri, 5 Feb 2021 16:43:52 +0000 (+0100) Subject: libmicropython: Include signal dependency X-Git-Tag: RELEASE-0.5^0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=930bf4471ca02365d64059257cc901466967ed92;p=unikraft%2Flibs%2Fmicropython.git libmicropython: Include signal dependency Include the signal library Signed-off-by: Sharan Santhanam Reviewed-by: Alexander Jung Tested-by: Unikraft CI GitHub-Pull-Request: #3 --- diff --git a/Config.uk b/Config.uk index 5bdbb82..fa0e21e 100644 --- a/Config.uk +++ b/Config.uk @@ -6,6 +6,7 @@ menuconfig LIBMICROPYTHON select LWIP_IGMP select LIBUKMMAP select LIBNEWLIBC + select LIBUKSIGNAL if LIBMICROPYTHON config LIBMICROPYTHON_MAIN_FUNCTION