]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/powerpc: Rename TARGETS in powerpc selftests makefile
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 18 Mar 2015 01:02:41 +0000 (12:02 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 18 Mar 2015 01:02:41 +0000 (12:02 +1100)
commit87b1ff7d65938a34be664be960d91b7188b78b02
treeae66b56b08fdff3fc5138ce648a9fdef432cb599
parentbb572aebb5ef42984aab950677722a6b162eab08
selftests/powerpc: Rename TARGETS in powerpc selftests makefile

This patch changes the name of the make variable TARGETS, to prevent it
from colliding with a value set by the user on the command line (as they
are recommended to do by tools/testing/selftests/README.txt).

Without this patch, "make -C tools/testing/selftests TARGETS=powerpc"
will fail.

Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
tools/testing/selftests/powerpc/Makefile