Re: [PATCH 1/1] selftests/powerpc: fix TARGETS in powerpc selftests makefile

2014-06-26 Thread Michael Ellerman
On Wed, 2014-06-25 at 15:18 +1000, Sam Bobroff wrote: This patch changes the name of a 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). Before this patch, make -C

[PATCH 1/1] selftests/powerpc: fix TARGETS in powerpc selftests makefile

2014-06-24 Thread Sam Bobroff
This patch changes the name of a 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). Before this patch, make -C tools/testing/selftests TARGETS=powerpc would fail.