]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
selftests: Set CC using CROSS_COMPILE once in lib.mk
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 4 Mar 2015 10:41:31 +0000 (21:41 +1100)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 19 Mar 2015 21:16:51 +0000 (15:16 -0600)
commit84f887bfb930e7fbc01c060edd68c7cc6e2b824b
tree4eee03c4146aa2174e4b90b4098c0875ecb08f26
parent6faeeea44b84ce24fc6c1f1beb07ee5de9885dc8
selftests: Set CC using CROSS_COMPILE once in lib.mk

This avoids repeating the logic in every Makefile. We mimic the
top-level Makefile and use $(CROSS_COMPILE)gcc.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/efivarfs/Makefile
tools/testing/selftests/exec/Makefile
tools/testing/selftests/kcmp/Makefile
tools/testing/selftests/lib.mk
tools/testing/selftests/net/Makefile
tools/testing/selftests/powerpc/Makefile
tools/testing/selftests/size/Makefile
tools/testing/selftests/vm/Makefile