selftests: ptp: include default header install path
authorGrygorii Strashko <grygorii.strashko@ti.com>
Fri, 28 Jul 2017 23:44:50 +0000 (18:44 -0500)
committerShuah Khan <shuahkh@osg.samsung.com>
Wed, 2 Aug 2017 21:26:46 +0000 (15:26 -0600)
commit3e18b641744ec8fe2ade75d6b9eae5f4de780476
tree597f4d408ba9827df91dcc337ce4ed507fa1a4b2
parent5ec8d6ce615bada0e75717492f2291de62fd7d54
selftests: ptp: include default header install path

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: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/ptp/Makefile