summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorShuah Khan2017-08-18 23:54:41 +0200
committerMasahiro Yamada2017-08-21 02:05:59 +0200
commit801d2e9f1cfb24c15ec821288b6bc2e3107f6fcd (patch)
tree1a341521abfd8b28fb4517cc46a165076d3cf871 /Makefile
parentKbuild: use -fshort-wchar globally (diff)
downloadkernel-qcow2-linux-801d2e9f1cfb24c15ec821288b6bc2e3107f6fcd.tar.gz
kernel-qcow2-linux-801d2e9f1cfb24c15ec821288b6bc2e3107f6fcd.tar.xz
kernel-qcow2-linux-801d2e9f1cfb24c15ec821288b6bc2e3107f6fcd.zip
Makefile: add kselftest-clean to PHONY target list
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4dac1107913b..c913d80ea6e8 100644
--- 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