Kbuild: optionally build minimal c library

Change-Id: Ib949ec199ba0dec3c5a1a1a6c9fbf355efcc8104
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-05-18 09:00:49 -04:00
commit 3b9199d5d4
2 changed files with 15 additions and 4 deletions

View file

@ -17,6 +17,13 @@ config CROSS_COMPILE
directory to select the cross-compiler automatically.
endmenu
config MINIMAL_LIBC
bool
prompt "Build minimal c library"
default y
help
Build integrated minimal c library.
menu "Debugging Options"
config STDOUT_CONSOLE