[examples] always build examples/platforms/utils (#3355)

This commit is contained in:
Jonathan Hui
2018-12-07 08:39:35 -08:00
committed by GitHub
parent 04860bf422
commit c06179938c
+1 -1
View File
@@ -41,11 +41,11 @@ EXTRA_DIST = \
# Always build (e.g. for 'make all') these subdirectories.
if OPENTHREAD_ENABLE_EXAMPLES
SUBDIRS = \
platforms \
$(NULL)
if OPENTHREAD_ENABLE_EXAMPLES
SUBDIRS += \
apps \
$(NULL)