diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-09-10 13:09:31 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-09-10 14:14:32 +0100 |
commit | dda60da384ddbe4fc75182dd23db7e9aa4a88f46 (patch) | |
tree | d91e66512048e764849b3ebf7f9c9dba83c34c65 /tests/Makefile.include | |
parent | c269447f78b7cfb0e85d14bc7bb8cb0d25d19781 (diff) |
tests/tcg: fix typo when calling clean-tcg
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r-- | tests/Makefile.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 9380b9eb66..b39860a8d0 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -1081,7 +1081,7 @@ clean-tcg-tests-%: $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) \ -f $(SRC_PATH)/tests/tcg/Makefile.qemu \ SRC_PATH=$(SRC_PATH) TARGET="$*" clean-guest-tests, \ - "RUN", "TCG tests for $*") + "CLEAN", "TCG tests for $*") .PHONY: build-tcg build-tcg: $(BUILD_TCG_TARGET_RULES) |