Re: [RFC PATCH v2 1/3] selftests/x86: Fixed Makefile for SGX selftest

2019-07-12 Thread Xing, Cedric
On 7/11/2019 8:19 PM, Jarkko Sakkinen wrote: On Tue, Apr 23, 2019 at 11:26:21PM -0700, Cedric Xing wrote: The original x86/sgx/Makefile doesn't work when 'x86/sgx' is specified as the test target. This patch fixes that problem, along with minor changes to the dependencies between 'x86' and 'x86/

Re: [RFC PATCH v2 1/3] selftests/x86: Fixed Makefile for SGX selftest

2019-07-11 Thread Jarkko Sakkinen
On Tue, Apr 23, 2019 at 11:26:21PM -0700, Cedric Xing wrote: > The original x86/sgx/Makefile doesn't work when 'x86/sgx' is specified as the > test target. This patch fixes that problem, along with minor changes to the > dependencies between 'x86' and 'x86/sgx' in selftests/x86/Makefile. > > Signe

[RFC PATCH v2 1/3] selftests/x86: Fixed Makefile for SGX selftest

2019-04-23 Thread Cedric Xing
The original x86/sgx/Makefile doesn't work when 'x86/sgx' is specified as the test target. This patch fixes that problem, along with minor changes to the dependencies between 'x86' and 'x86/sgx' in selftests/x86/Makefile. Signed-off-by: Cedric Xing --- tools/testing/selftests/x86/Makefile |