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:
Wojciech Bober
2017-04-06 04:50:51 +02:00
committed by Jonathan Hui
parent 94fab38d4a
commit fa92a9253c
+4 -1
View File
@@ -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