Kbuild: optionally build minimal c library
Change-Id: Ib949ec199ba0dec3c5a1a1a6c9fbf355efcc8104 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
527aca9f73
commit
3b9199d5d4
2 changed files with 15 additions and 4 deletions
7
Kconfig
7
Kconfig
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue