From 5e711c94ee3339d5f9860b7855de2bb8c21c3ce0 Mon Sep 17 00:00:00 2001 From: Felipe Huici Date: Wed, 16 Oct 2019 11:44:52 +0200 Subject: [PATCH] Add dependencies to Config.uk Select newlib, uktime and ukunistd as hard dependencies. Signed-off-by: Felipe Huici Reviewed-by: Roxana Nicolescu --- Config.uk | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Config.uk b/Config.uk index 343a214..b8beab2 100644 --- a/Config.uk +++ b/Config.uk @@ -1,4 +1,12 @@ -config LIBLUA +menuconfig LIBLUA bool "The Lua programming language" default n - depends on HAVE_LIBC + select LIBNEWLIBC + select LIBUKTIME + select UKUNISTD + +if LIBLUA + config LIBLUA_MAIN_FUNCTION + bool "Provide main function" + default y +endif -- 2.39.5