diff mbox

[v2] Makefile: add kselftest-clean to PHONY target list

Message ID 20170818215441.2828-1-shuahkh@osg.samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Shuah Khan Aug. 18, 2017, 9:54 p.m. UTC
kselftest-clean isn't in the PHONY target list. Add it.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
---
Changes since v1:
-- Fix spelling error in commit header - PHONY not PHOMY

 Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Masahiro Yamada Aug. 20, 2017, 12:50 p.m. UTC | #1
2017-08-19 6:54 GMT+09:00 Shuah Khan <shuahkh@osg.samsung.com>:
> kselftest-clean isn't in the PHONY target list. Add it.
>
> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
> ---

Applied to linux-kbuild/fixes.  Thanks!
Masahiro Yamada Aug. 20, 2017, 12:52 p.m. UTC | #2
2017-08-19 6:54 GMT+09:00 Shuah Khan <shuahkh@osg.samsung.com>:
> kselftest-clean isn't in the PHONY target list. Add it.
>
> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
> ---

Applied to linux-kbuild/fixes.  Thanks!
diff mbox

Patch

diff --git a/Makefile b/Makefile
index b4fb9a1d1594..eccb8d704c23 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