提交 801d2e9f 编写于 作者: S Shuah Khan 提交者: Masahiro Yamada

Makefile: add kselftest-clean to PHONY target list

kselftest-clean isn't in the PHONY target list. Add it.
Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 8c97023c
...@@ -1184,6 +1184,7 @@ PHONY += kselftest ...@@ -1184,6 +1184,7 @@ PHONY += kselftest
kselftest: kselftest:
$(Q)$(MAKE) -C tools/testing/selftests run_tests $(Q)$(MAKE) -C tools/testing/selftests run_tests
PHONY += kselftest-clean
kselftest-clean: kselftest-clean:
$(Q)$(MAKE) -C tools/testing/selftests clean $(Q)$(MAKE) -C tools/testing/selftests clean
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册