selftests/powerpc: Fix the clean rule since recent changes
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 9 Feb 2017 08:56:29 +0000 (19:56 +1100)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 14 Feb 2017 15:02:20 +0000 (08:02 -0700)
commit2e8ec87dad68059876c6079e27912d819061bb4e
tree5f89ee5d3a41c6ccc1fe4443db5420c09c63f715
parent634ce97cdfa94a0c5444489b656a662fcc344536
selftests/powerpc: Fix the clean rule since recent changes

The clean rule is broken for the powerpc tests:

  make[1]: Entering directory 'tools/testing/selftests/powerpc'
  Makefile:63: warning: overriding recipe for target 'clean'
  ../lib.mk:51: warning: ignoring old recipe for target 'clean'
  /bin/sh: 3: Syntax error: end of file unexpected (expecting "done")
  Makefile:63: recipe for target 'clean' failed

Fixes: a8ba798bc8ec ("selftests: enable O and KBUILD_OUTPUT")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/powerpc/Makefile