1
0
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:
Kaspar Schleiser 2018-08-30 23:09:56 +02:00
parent 64ab039841
commit df9328c7aa

View File

@ -72,9 +72,8 @@ _greplist() {
# get list of all app directories
get_apps() {
find tests/ examples/ \
-mindepth 2 -maxdepth 2 -name Makefile -type f \
| xargs dirname | $(_greplist $APPS) | sort
make -f makefiles/app_dirs.inc.mk info-applications \
| $(_greplist $APPS) | sort
}
# take app dir as parameter, print all boards that are supported