Replace the hard `select' on UKMMAP with an `imply', so one can select
alternative mmap implemenations.
Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #16
menuconfig LIBCOMPILER_RT
bool "compiler-rt - runtime support"
select LIBPOSIX_SYSINFO
- select LIBUKMMAP
+ imply LIBUKMMAP
select LIBUNWIND
default n