1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles: add bootloaders to the list of applications

This commit is contained in:
Alexandre Abadie 2019-04-23 10:30:25 +02:00
parent c93bb62040
commit 2c1091da54
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -6,8 +6,9 @@ RIOTBASE ?= .
# 3. use patsubst to drop possible leading "./"
# 4. sort
APPLICATION_DIRS := $(sort $(patsubst ./%,%,$(patsubst %/,%,$(dir $(wildcard \
$(RIOTBASE)/examples/*/Makefile \
$(RIOTBASE)/tests/*/Makefile \
$(RIOTBASE)/bootloaders/*/Makefile \
$(RIOTBASE)/examples/*/Makefile \
$(RIOTBASE)/tests/*/Makefile \
)))))
info-applications: