mirror of
https://github.com/espressif/openthread.git
synced 2026-09-13 20:50:05 +00:00
Move example apps to C-only API. (#99)
This commit is contained in:
@@ -31,21 +31,27 @@ include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
|
||||
# Always package (e.g. for 'make dist') these subdirectories.
|
||||
|
||||
DIST_SUBDIRS = \
|
||||
cli \
|
||||
crypto \
|
||||
ncp \
|
||||
platform \
|
||||
$(NULL)
|
||||
|
||||
# Always build (e.g. for 'make all') these subdirectories.
|
||||
|
||||
SUBDIRS = \
|
||||
cli \
|
||||
crypto \
|
||||
ncp \
|
||||
platform \
|
||||
$(NULL)
|
||||
|
||||
# Always pretty (e.g. for 'make pretty') these subdirectories.
|
||||
|
||||
PRETTY_SUBDIRS = \
|
||||
cli \
|
||||
crypto \
|
||||
ncp \
|
||||
platform \
|
||||
$(NULL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user