mirror of
https://github.com/espressif/openthread.git
synced 2026-09-17 14:40:07 +00:00
[build] option to disable executable build (#3391)
This commit is contained in:
committed by
Jonathan Hui
parent
35eaaab653
commit
52c06c6858
@@ -40,6 +40,7 @@ DIST_SUBDIRS = \
|
||||
SUBDIRS = \
|
||||
$(NULL)
|
||||
|
||||
if OPENTHREAD_ENABLE_EXECUTABLE
|
||||
if OPENTHREAD_ENABLE_CLI
|
||||
SUBDIRS += cli
|
||||
endif
|
||||
@@ -47,6 +48,7 @@ endif
|
||||
if OPENTHREAD_ENABLE_NCP
|
||||
SUBDIRS += ncp
|
||||
endif
|
||||
endif
|
||||
|
||||
# Always pretty (e.g. for 'make pretty') these subdirectories.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user