Skip to content

Commit

Permalink
makefiles/app_dirs.inc.mk: add examples application subdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Feb 11, 2021
1 parent 5a44c63 commit 66b6ca1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions makefiles/app_dirs.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
# fallback so empty RIOTBASE won't lead to "/examples/"
RIOTBASE ?= .

# Define the list of examples subdirectories that container application directories
EXAMPLES_APPLICATIONS_SUBDIRS := \
ble \
coap \
cord \
dtls \
gnrc \
icn \
lora \
mqtt \
posix \
#
EXAMPLES_APPLICATIONS_SUBDIRS := $(addprefix examples/,$(EXAMPLES_APPLICATIONS_SUBDIRS))

# Define the list of tests sudirectories that contain application directories
TEST_APPLICATIONS_SUBDIRS := \
arch \
Expand All @@ -26,6 +40,7 @@ APPLICATION_DIRS := \
bootloaders \
examples \
tests \
$(EXAMPLES_APPLICATIONS_SUBDIRS) \
$(TEST_APPLICATIONS_SUBDIRS) \
#

Expand Down

0 comments on commit 66b6ca1

Please sign in to comment.