Re: [PATCH v2 6/8] selftest/x86: have no dependency on all when cross building

2015-04-17 Thread Tyler Baker
On 17 April 2015 at 15:08, Andy Lutomirski wrote: > On Fri, Apr 17, 2015 at 3:01 PM, Tyler Baker wrote: >> If the CROSS_COMPILE is set have no dependency on all. > > You mean "remove all's dependency on all_32 and all_64", I think. Yes I'll clean this up. > >> >> Cc: Andy Lutomirski >>

Re: [PATCH v2 6/8] selftest/x86: have no dependency on all when cross building

2015-04-17 Thread Andy Lutomirski
On Fri, Apr 17, 2015 at 3:01 PM, Tyler Baker wrote: > If the CROSS_COMPILE is set have no dependency on all. You mean "remove all's dependency on all_32 and all_64", I think. > > Cc: Andy Lutomirski > Signed-off-by: Tyler Baker > --- > tools/testing/selftests/x86/Makefile | 6 +- > 1

[PATCH v2 6/8] selftest/x86: have no dependency on all when cross building

2015-04-17 Thread Tyler Baker
If the CROSS_COMPILE is set have no dependency on all. Cc: Andy Lutomirski Signed-off-by: Tyler Baker --- tools/testing/selftests/x86/Makefile | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/x86/Makefile b/tools/testing/selftests/x86/Makefile

Re: [PATCH v2 6/8] selftest/x86: have no dependency on all when cross building

2015-04-17 Thread Andy Lutomirski
On Fri, Apr 17, 2015 at 3:01 PM, Tyler Baker tyler.ba...@linaro.org wrote: If the CROSS_COMPILE is set have no dependency on all. You mean remove all's dependency on all_32 and all_64, I think. Cc: Andy Lutomirski l...@amacapital.net Signed-off-by: Tyler Baker tyler.ba...@linaro.org ---

[PATCH v2 6/8] selftest/x86: have no dependency on all when cross building

2015-04-17 Thread Tyler Baker
If the CROSS_COMPILE is set have no dependency on all. Cc: Andy Lutomirski l...@amacapital.net Signed-off-by: Tyler Baker tyler.ba...@linaro.org --- tools/testing/selftests/x86/Makefile | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/x86/Makefile

Re: [PATCH v2 6/8] selftest/x86: have no dependency on all when cross building

2015-04-17 Thread Tyler Baker
On 17 April 2015 at 15:08, Andy Lutomirski l...@amacapital.net wrote: On Fri, Apr 17, 2015 at 3:01 PM, Tyler Baker tyler.ba...@linaro.org wrote: If the CROSS_COMPILE is set have no dependency on all. You mean remove all's dependency on all_32 and all_64, I think. Yes I'll clean this up.