2017-08-18 21:54:46

by Shuah Khan

[permalink] [raw]
Subject: [PATCH v2] Makefile: add kselftest-clean to PHONY target list

kselftest-clean isn't in the PHONY target list. Add it.

Signed-off-by: Shuah Khan <[email protected]>
---
Changes since v1:
-- Fix spelling error in commit header - PHONY not PHOMY

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

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

--
2.11.0


2017-08-20 12:50:59

by Masahiro Yamada

[permalink] [raw]
Subject: Re: [PATCH v2] Makefile: add kselftest-clean to PHONY target list

2017-08-19 6:54 GMT+09:00 Shuah Khan <[email protected]>:
> kselftest-clean isn't in the PHONY target list. Add it.
>
> Signed-off-by: Shuah Khan <[email protected]>
> ---

Applied to linux-kbuild/fixes. Thanks!




--
Best Regards
Masahiro Yamada

2017-08-20 12:52:53

by Masahiro Yamada

[permalink] [raw]
Subject: Re: [PATCH v2] Makefile: add kselftest-clean to PHONY target list

2017-08-19 6:54 GMT+09:00 Shuah Khan <[email protected]>:
> kselftest-clean isn't in the PHONY target list. Add it.
>
> Signed-off-by: Shuah Khan <[email protected]>
> ---

Applied to linux-kbuild/fixes. Thanks!




--
Best Regards
Masahiro Yamada