提交 3e18b641 编写于 作者: G Grygorii Strashko 提交者: Shuah Khan

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: NGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
上级 5ec8d6ce
CFLAGS += -I../../../../usr/include/
TEST_PROGS := testptp TEST_PROGS := testptp
LDLIBS += -lrt LDLIBS += -lrt
all: $(TEST_PROGS) all: $(TEST_PROGS)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册