From df9328c7aaf4572100f524c6cf625cb88ffb1bc8 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 30 Aug 2018 23:09:56 +0200 Subject: [PATCH] murdock: make use of app_dirs.inc.mk --- .murdock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.murdock b/.murdock index 80e7219be2..7a5a6ef813 100755 --- a/.murdock +++ b/.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