Re: [PATCH] selftests: ptp: include default header install path

2017-08-02 Thread Shuah Khan
On 07/28/2017 05:44 PM, Grygorii Strashko wrote: > Add the usr/include subdirectory of the top-level tree to the include > path to fix build when cross compiling for ARM. > testptp.c: In function 'main': > testptp.c:289:15: error: 'struct ptp_clock_caps' has no member named > 'cross_timestamping'

Re: [PATCH] selftests: ptp: include default header install path

2017-08-02 Thread Shuah Khan
On 07/28/2017 05:44 PM, Grygorii Strashko wrote: > Add the usr/include subdirectory of the top-level tree to the include > path to fix build when cross compiling for ARM. > testptp.c: In function 'main': > testptp.c:289:15: error: 'struct ptp_clock_caps' has no member named > 'cross_timestamping'

[PATCH] selftests: ptp: include default header install path

2017-07-28 Thread Grygorii Strashko
Add the usr/include subdirectory of the top-level tree to the include path to fix build when cross compiling for ARM. testptp.c: In function 'main': testptp.c:289:15: error: 'struct ptp_clock_caps' has no member named 'cross_timestamping' caps.cross_timestamping); Signed-off-by:

[PATCH] selftests: ptp: include default header install path

2017-07-28 Thread Grygorii Strashko
Add the usr/include subdirectory of the top-level tree to the include path to fix build when cross compiling for ARM. testptp.c: In function 'main': testptp.c:289:15: error: 'struct ptp_clock_caps' has no member named 'cross_timestamping' caps.cross_timestamping); Signed-off-by: