diff options
| author | Shuah Khan <shuahkh@osg.samsung.com> | 2017-08-18 17:54:41 -0400 |
|---|---|---|
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-08-20 20:05:59 -0400 |
| commit | 801d2e9f1cfb24c15ec821288b6bc2e3107f6fcd (patch) | |
| tree | 1a341521abfd8b28fb4517cc46a165076d3cf871 /Makefile | |
| parent | 8c97023cf0518f172b8cb7a9fffc28b89401abbf (diff) | |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1184,6 +1184,7 @@ PHONY += kselftest | |||
| 1184 | kselftest: | 1184 | kselftest: |
| 1185 | $(Q)$(MAKE) -C tools/testing/selftests run_tests | 1185 | $(Q)$(MAKE) -C tools/testing/selftests run_tests |
| 1186 | 1186 | ||
| 1187 | PHONY += kselftest-clean | ||
| 1187 | kselftest-clean: | 1188 | kselftest-clean: |
| 1188 | $(Q)$(MAKE) -C tools/testing/selftests clean | 1189 | $(Q)$(MAKE) -C tools/testing/selftests clean |
| 1189 | 1190 | ||
