]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Makefile: add kselftest-clean to PHONY target list
authorShuah Khan <shuahkh@osg.samsung.com>
Fri, 18 Aug 2017 21:54:41 +0000 (15:54 -0600)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 21 Aug 2017 00:05:59 +0000 (09:05 +0900)
kselftest-clean isn't in the PHONY target list. Add it.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile

index 4dac1107913bf9bf78fc0d68948aa9fdfe011e19..c913d80ea6e8790f963ac50d6b06f5077c01ca8d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1184,6 +1184,7 @@ PHONY += kselftest
 kselftest:
        $(Q)$(MAKE) -C tools/testing/selftests run_tests
 
+PHONY += kselftest-clean
 kselftest-clean:
        $(Q)$(MAKE) -C tools/testing/selftests clean