Re: [PATCH v4 5/7] selftest/x86: have no dependency on all when cross building

2015-05-06 Thread Shuah Khan
On 04/21/2015 04:51 PM, Tyler Baker wrote: > If the CROSS_COMPILE is set remove all's dependency on all_32 and all_64. > > Cc: Andy Lutomirski > Acked-by: Andy Lutomirski > Signed-off-by: Tyler Baker > --- I will wait on this patch and other x85 patches in this series until x86 always build 32

[PATCH v4 5/7] selftest/x86: have no dependency on all when cross building

2015-04-21 Thread Tyler Baker
If the CROSS_COMPILE is set remove all's dependency on all_32 and all_64. Cc: Andy Lutomirski Acked-by: Andy Lutomirski Signed-off-by: Tyler Baker --- tools/testing/selftests/x86/Makefile | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/x86/Makefi