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_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
|
||||
|
Loading…
Reference in New Issue
Block a user