File tree 1 file changed +7
-3
lines changed
third_party/openthread/platforms/qpg
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -62,18 +62,22 @@ source_set("libopenthread-qpg") {
62
62
" ${ openthread_qpg_root } /src/${ openthread_qpg_family } /uart.c" ,
63
63
]
64
64
65
- include_dirs = [ " ${ openthread_qpg_root } /src/${ openthread_qpg_family } " ]
65
+ include_dirs = [
66
+ " ${ openthread_qpg_root } /src/${ openthread_qpg_family } " ,
67
+ " ${ openthread_root } /examples/platforms/utils" ,
68
+ ]
66
69
67
70
sources += [
68
71
" ${ openthread_root } /examples/apps/cli/cli_uart.cpp" ,
72
+ " ${ openthread_root } /examples/platforms/utils/link_metrics.cpp" ,
73
+ " ${ openthread_root } /examples/platforms/utils/mac_frame.cpp" ,
74
+ " ${ openthread_root } /examples/platforms/utils/settings_ram.c" ,
69
75
" ${ openthread_root } /src/cli/cli_config.h" ,
70
76
]
71
77
include_dirs += [ " ${ openthread_root } /examples/apps" ]
72
78
73
79
public_deps = [
74
80
" :openthread_core_config_qpg" ,
75
81
" ${ openthread_root } /src/core:libopenthread_core_headers" ,
76
- " ..:libopenthread-platform" ,
77
- " ..:libopenthread-platform-utils" ,
78
82
]
79
83
}
You can’t perform that action at this time.
0 commit comments