]> git.kernelconcepts.de Git - karo-tx-linux.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)
commita908f5de3b10d1a684d4fc3cb55ee0a7662ff293
treeae66b56b08fdff3fc5138ce648a9fdef432cb599
parent58dae82843f508b0f1e7e8e593496ba6e2822979
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