Re: [PATCH 0/3] selftests: ptrace, kcmp, efivars build failure fixes

2015-03-10 Thread Shuah Khan
On 03/10/2015 05:37 PM, Shuah Khan wrote: > On 03/10/2015 05:35 PM, Michael Ellerman wrote: >> On Tue, 2015-03-10 at 16:00 -0600, Shuah Khan wrote: >>> ptrace, efivars, and kcmp Makefiles don't have explicit build rule. >>> As a result, build fails when make is run from top level Makefile >>> targe

Re: [PATCH 0/3] selftests: ptrace, kcmp, efivars build failure fixes

2015-03-10 Thread Shuah Khan
On 03/10/2015 05:35 PM, Michael Ellerman wrote: > On Tue, 2015-03-10 at 16:00 -0600, Shuah Khan wrote: >> ptrace, efivars, and kcmp Makefiles don't have explicit build rule. >> As a result, build fails when make is run from top level Makefile >> target kselftest. Without the explicit rule, make wor

Re: [PATCH 0/3] selftests: ptrace, kcmp, efivars build failure fixes

2015-03-10 Thread Michael Ellerman
On Tue, 2015-03-10 at 16:00 -0600, Shuah Khan wrote: > ptrace, efivars, and kcmp Makefiles don't have explicit build rule. > As a result, build fails when make is run from top level Makefile > target kselftest. Without the explicit rule, make works only when > it is run in the current directory or

[PATCH 0/3] selftests: ptrace, kcmp, efivars build failure fixes

2015-03-10 Thread Shuah Khan
ptrace, efivars, and kcmp Makefiles don't have explicit build rule. As a result, build fails when make is run from top level Makefile target kselftest. Without the explicit rule, make works only when it is run in the current directory or from selftests directory. Fxing the problems by adding an exp