]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kselftest: add kselftest-clean rule
authorWang Long <long.wanglong@huawei.com>
Thu, 8 Oct 2015 02:41:18 +0000 (02:41 +0000)
committerMichal Marek <mmarek@suse.com>
Thu, 8 Oct 2015 12:20:38 +0000 (14:20 +0200)
commitdcb825a9fd865638f82c557fe42ce8eed35f751d
treeb9eccad92c2ca525fa834fcbb96335844ed341c7
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
kselftest: add kselftest-clean rule

We use

    $make TARGETS="size timers" kselftest

to build and run selftests. but there is no rule
for us to clean the kselftest generated files.

This patch add the rules, for example:

$ make TARGETS="size timers" kselftest-clean

can clean all kselftest generated files.

Signed-off-by: Wang Long <long.wanglong@huawei.com>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Michal Marek <mmarek@suse.com>
Makefile