Skip to content

Commit

Permalink
Makefile: add kselftest-clean to PHONY target list
Browse files Browse the repository at this point in the history
kselftest-clean isn't in the PHONY target list. Add it.

Signed-off-by: Shuah Khan <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
Shuah Khan authored and masahir0y committed Aug 21, 2017
1 parent 8c97023 commit 801d2e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 801d2e9

Please sign in to comment.