selftests: vDSO - fix to exclude x86 test on non-x86 platforms
authorShuah Khan (Samsung OSG) <shuah@kernel.org>
Fri, 22 Jun 2018 17:23:00 +0000 (11:23 -0600)
committerShuah Khan (Samsung OSG) <shuah@kernel.org>
Wed, 11 Jul 2018 16:14:14 +0000 (10:14 -0600)
commit29ee92397f2c83c489b72a1ba72ec97484a18a67
tree5a49f40155b7749ee2fc8fd277e60ba1b514efec
parentcc7c673032fc7427087e74b75f732b43db38a256
selftests: vDSO - fix to exclude x86 test on non-x86 platforms

Fix to exclude vdso_standalone_test_x86 test from building on non-x86
platforms. In addition, fix it to use TEST_GEN_PROGS which is the right
variable to use for generated programs. TEST_PROGS is for shell scripts.

Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
tools/testing/selftests/vDSO/Makefile