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:
commit
c7e26377ea
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user