mirror of
https://github.com/espressif/openthread.git
synced 2026-09-03 15:50:06 +00:00
Make building cli, ncp, and examples optional. (#132)
By default, only core is built. Added the following configure options: --enable-cli --enable-ncp --with-examples=TARGET
This commit is contained in:
@@ -36,9 +36,9 @@ DIST_SUBDIRS = \
|
||||
|
||||
# Always build (e.g. for 'make all') these subdirectories.
|
||||
|
||||
SUBDIRS = \
|
||||
posix \
|
||||
$(NULL)
|
||||
if OPENTHREAD_EXAMPLES_POSIX
|
||||
SUBDIRS = posix
|
||||
endif
|
||||
|
||||
# Always pretty (e.g. for 'make pretty') these subdirectories.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user