Re: [PATCH v2] tools/iio: Use include/uapi with __EXPORTED_HEADERS__

2017-04-26 Thread Jonathan Cameron
On 21/04/17 13:31, Sekhar Nori wrote: > Use the local uapi headers to keep in sync with "recently" added enum > values like IIO_UVINDEX. > > Build tested using: > $ make -C tools/iio > $ make -C /tools iio > $ make -C /tools/iio > > This follows a strategy similar to that used by tools/hv, tools

Re: [PATCH v2] tools/iio: Use include/uapi with __EXPORTED_HEADERS__

2017-04-24 Thread Randy Dunlap
On 04/24/17 04:40, Sekhar Nori wrote: > Hi Randy, > > On Sunday 23 April 2017 07:52 AM, Randy Dunlap wrote: >> On 04/21/17 05:31, Sekhar Nori wrote: >>> Use the local uapi headers to keep in sync with "recently" added enum >>> values like IIO_UVINDEX. >>> >>> Build tested using: >>> $ make -C too

Re: [PATCH v2] tools/iio: Use include/uapi with __EXPORTED_HEADERS__

2017-04-24 Thread Sekhar Nori
Hi Randy, On Sunday 23 April 2017 07:52 AM, Randy Dunlap wrote: > On 04/21/17 05:31, Sekhar Nori wrote: >> Use the local uapi headers to keep in sync with "recently" added enum >> values like IIO_UVINDEX. >> >> Build tested using: >> $ make -C tools/iio >> $ make -C /tools iio >> $ make -C /tools

Re: [PATCH v2] tools/iio: Use include/uapi with __EXPORTED_HEADERS__

2017-04-22 Thread Randy Dunlap
On 04/21/17 05:31, Sekhar Nori wrote: > Use the local uapi headers to keep in sync with "recently" added enum > values like IIO_UVINDEX. > > Build tested using: > $ make -C tools/iio > $ make -C /tools iio > $ make -C /tools/iio Hi, Did you do any testing with O= ? Thanks. > This follows a str

[PATCH v2] tools/iio: Use include/uapi with __EXPORTED_HEADERS__

2017-04-21 Thread Sekhar Nori
Use the local uapi headers to keep in sync with "recently" added enum values like IIO_UVINDEX. Build tested using: $ make -C tools/iio $ make -C /tools iio $ make -C /tools/iio This follows a strategy similar to that used by tools/hv, tools/net and tools/leds among others. Cc: Randy Dunlap Cc: