mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
murdock: make use of app_dirs.inc.mk
This commit is contained in:
parent
64ab039841
commit
df9328c7aa
5
.murdock
5
.murdock
@ -72,9 +72,8 @@ _greplist() {
|
|||||||
|
|
||||||
# get list of all app directories
|
# get list of all app directories
|
||||||
get_apps() {
|
get_apps() {
|
||||||
find tests/ examples/ \
|
make -f makefiles/app_dirs.inc.mk info-applications \
|
||||||
-mindepth 2 -maxdepth 2 -name Makefile -type f \
|
| $(_greplist $APPS) | sort
|
||||||
| xargs dirname | $(_greplist $APPS) | sort
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# take app dir as parameter, print all boards that are supported
|
# take app dir as parameter, print all boards that are supported
|
||||||
|
Loading…
Reference in New Issue
Block a user