1 # SPDX-License-Identifier: GPL-2.0-only
2 # Carsten Haitzler <carsten.haitzler@arm.com>, 2021
3 include ..
/..
/..
/..
/..
/tools
/scripts
/Makefile.
include
4 include ..
/..
/..
/..
/..
/tools
/scripts
/Makefile.arch
5 include ..
/..
/..
/..
/..
/tools
/scripts
/utilities.mak
15 @
$(MAKE
) -C
$@
>/dev
/null
17 INSTALLDIRS
= $(SUBDIRS
:%=install-
%)
19 install-tests
: $(INSTALLDIRS
)
21 @
$(MAKE
) -C
$(@
:install-
%=%) install-tests
>/dev
/null
23 CLEANDIRS
= $(SUBDIRS
:%=clean-
%)
27 $(call QUIET_CLEAN
, test-
$(@
:clean-
%=%)) $(Q
)$(MAKE
) -C
$(@
:clean-
%=%) clean >/dev
/null
29 .PHONY
: all clean $(SUBDIRS
) $(CLEANDIRS
) $(INSTALLDIRS
)