mirror of
https://github.com/espressif/openthread.git
synced 2026-07-29 23:27:46 +00:00
Do not build tools if --disable-tools is set (#813)
Do not build tools if --disable-tools is set
This commit is contained in:
committed by
Jonathan Hui
parent
f3ebcff818
commit
b385229ece
@@ -43,9 +43,11 @@ SUBDIRS = \
|
||||
spinel-cli \
|
||||
$(NULL)
|
||||
|
||||
if OPENTHREAD_BUILD_TOOLS
|
||||
if OPENTHREAD_TARGET_LINUX
|
||||
SUBDIRS += spi-hdlc-adapter
|
||||
endif
|
||||
endif # OPENTHREAD_BUILD_TOOLS
|
||||
|
||||
# Always pretty (e.g. for 'make pretty') these subdirectories.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user