mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
Always build platform utils library. (#1557)
This commit changes build behaviour, so that platform-utils library is always built. This allows for using opentread in environments which keep platform files out of openthread tree.
This commit is contained in:
committed by
Jonathan Hui
parent
94fab38d4a
commit
fa92a9253c
@@ -41,9 +41,12 @@ EXTRA_DIST = \
|
||||
|
||||
# Always build (e.g. for 'make all') these subdirectories.
|
||||
|
||||
if OPENTHREAD_EXAMPLES
|
||||
SUBDIRS = \
|
||||
platforms \
|
||||
$(NULL)
|
||||
|
||||
if OPENTHREAD_EXAMPLES
|
||||
SUBDIRS += \
|
||||
apps \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user