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