Merge pull request #1145 from stilor/rc2-fixes-3

Don't enable "shared flat"
This commit is contained in:
Alexey Neyman 2019-02-21 21:57:58 -08:00 committed by GitHub
commit abbe41a48d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,8 @@ config SHARED_LIBS
bool
prompt "Build shared libraries"
depends on KERNEL_SUPPORTS_SHARED_LIBS
# Building "shared flat" currently fails
depends on ARCH_USE_MMU || EXPERIMENTAL
default y
help
Say 'y' here, unless you don't want shared libraries.