Skip to content
Snippets Groups Projects
Commit df9328c7 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

murdock: make use of app_dirs.inc.mk

parent 64ab0398
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment