selftests/powerpc: Use CLEAN macro to fix make warning
authorBenjamin Gray <bgray@linux.ibm.com>
Tue, 28 Feb 2023 00:07:07 +0000 (11:07 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 30 Mar 2023 12:35:43 +0000 (23:35 +1100)
commit69608683a65be5322ef44091eaeb9890472b2eea
tree1b4355f4a3a42c154418acad75683e45b3b3a70a
parent2747fd26f801c98d0a8177278b4f5c91b8de9c94
selftests/powerpc: Use CLEAN macro to fix make warning

The CLEAN macro was added in 337f1e36 to prevent the

    Makefile:50: warning: overriding recipe for target 'clean'
    ../../lib.mk:124: warning: ignoring old recipe for target 'clean'

style warnings. Expand it's use to fix another case of redefining a
target directly.

Signed-off-by: Benjamin Gray <bgray@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230228000709.124727-2-bgray@linux.ibm.com
tools/testing/selftests/powerpc/pmu/Makefile