1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #11428 from aabadie/pr/make/bootloaders_distclean

makefiles: add bootloaders to the list of applications
This commit is contained in:
Alexandre Abadie 2019-04-23 14:58:27 +02:00 committed by GitHub
commit c7e26377ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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