Re: [PATCH] selftests: Fix kcmp build to not require headers install

2015-03-18 Thread Michael Ellerman
On Wed, 2015-03-18 at 18:18 -0600, Shuah Khan wrote: > On 03/18/2015 06:02 PM, Michael Ellerman wrote: > > On Wed, 2015-03-18 at 09:04 -0600, Shuah Khan wrote: > >> On 03/16/2015 05:00 AM, Michael Ellerman wrote: > >>> On Fri, 2015-03-13 at 19:45 -0600, Shuah Khan wrote: > Change CFLAGS to

Re: [PATCH] selftests: Fix kcmp build to not require headers install

2015-03-18 Thread Shuah Khan
On 03/18/2015 06:02 PM, Michael Ellerman wrote: > On Wed, 2015-03-18 at 09:04 -0600, Shuah Khan wrote: >> On 03/16/2015 05:00 AM, Michael Ellerman wrote: >>> On Fri, 2015-03-13 at 19:45 -0600, Shuah Khan wrote: Change CFLAGS to look in uapi to allow kcmp to be built without requiring

Re: [PATCH] selftests: Fix kcmp build to not require headers install

2015-03-18 Thread Michael Ellerman
On Wed, 2015-03-18 at 09:04 -0600, Shuah Khan wrote: > On 03/16/2015 05:00 AM, Michael Ellerman wrote: > > On Fri, 2015-03-13 at 19:45 -0600, Shuah Khan wrote: > >> Change CFLAGS to look in uapi to allow kcmp to be built without > >> requiring headers install. This will make it easier to run tests

Re: [PATCH] selftests: Fix kcmp build to not require headers install

2015-03-18 Thread Shuah Khan
On 03/16/2015 05:00 AM, Michael Ellerman wrote: > On Fri, 2015-03-13 at 19:45 -0600, Shuah Khan wrote: >> Change CFLAGS to look in uapi to allow kcmp to be built without >> requiring headers install. This will make it easier to run tests >> without going through the headers install step. >> >>

Re: [PATCH] selftests: Fix kcmp build to not require headers install

2015-03-18 Thread Shuah Khan
On 03/16/2015 05:00 AM, Michael Ellerman wrote: On Fri, 2015-03-13 at 19:45 -0600, Shuah Khan wrote: Change CFLAGS to look in uapi to allow kcmp to be built without requiring headers install. This will make it easier to run tests without going through the headers install step. Signed-off-by:

Re: [PATCH] selftests: Fix kcmp build to not require headers install

2015-03-18 Thread Michael Ellerman
On Wed, 2015-03-18 at 09:04 -0600, Shuah Khan wrote: On 03/16/2015 05:00 AM, Michael Ellerman wrote: On Fri, 2015-03-13 at 19:45 -0600, Shuah Khan wrote: Change CFLAGS to look in uapi to allow kcmp to be built without requiring headers install. This will make it easier to run tests

Re: [PATCH] selftests: Fix kcmp build to not require headers install

2015-03-18 Thread Michael Ellerman
On Wed, 2015-03-18 at 18:18 -0600, Shuah Khan wrote: On 03/18/2015 06:02 PM, Michael Ellerman wrote: On Wed, 2015-03-18 at 09:04 -0600, Shuah Khan wrote: On 03/16/2015 05:00 AM, Michael Ellerman wrote: On Fri, 2015-03-13 at 19:45 -0600, Shuah Khan wrote: Change CFLAGS to look in uapi to

Re: [PATCH] selftests: Fix kcmp build to not require headers install

2015-03-18 Thread Shuah Khan
On 03/18/2015 06:02 PM, Michael Ellerman wrote: On Wed, 2015-03-18 at 09:04 -0600, Shuah Khan wrote: On 03/16/2015 05:00 AM, Michael Ellerman wrote: On Fri, 2015-03-13 at 19:45 -0600, Shuah Khan wrote: Change CFLAGS to look in uapi to allow kcmp to be built without requiring headers install.

Re: [PATCH] selftests: Fix kcmp build to not require headers install

2015-03-16 Thread Michael Ellerman
On Fri, 2015-03-13 at 19:45 -0600, Shuah Khan wrote: > Change CFLAGS to look in uapi to allow kcmp to be built without > requiring headers install. This will make it easier to run tests > without going through the headers install step. > > Signed-off-by: Shuah Khan > --- >

Re: [PATCH] selftests: Fix kcmp build to not require headers install

2015-03-16 Thread Michael Ellerman
On Fri, 2015-03-13 at 19:45 -0600, Shuah Khan wrote: Change CFLAGS to look in uapi to allow kcmp to be built without requiring headers install. This will make it easier to run tests without going through the headers install step. Signed-off-by: Shuah Khan shua...@osg.samsung.com ---

[PATCH] selftests: Fix kcmp build to not require headers install

2015-03-13 Thread Shuah Khan
Change CFLAGS to look in uapi to allow kcmp to be built without requiring headers install. This will make it easier to run tests without going through the headers install step. Signed-off-by: Shuah Khan --- tools/testing/selftests/kcmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] selftests: Fix kcmp build to not require headers install

2015-03-13 Thread Shuah Khan
Change CFLAGS to look in uapi to allow kcmp to be built without requiring headers install. This will make it easier to run tests without going through the headers install step. Signed-off-by: Shuah Khan shua...@osg.samsung.com --- tools/testing/selftests/kcmp/Makefile | 2 +- 1 file changed, 1