File tree 4 files changed +32
-8
lines changed
4 files changed +32
-8
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,15 @@ qpg_executable("light_switch_app") {
74
74
]
75
75
76
76
if (chip_openthread_ftd ) {
77
- deps += [ " ${ chip_root } /third_party/openthread/repo:libopenthread-ftd" ]
77
+ deps += [
78
+ " ${ chip_root } /third_party/openthread/repo:libopenthread-ftd" ,
79
+ " ${ chip_root } /third_party/openthread/repo:openthread_ftd_config" ,
80
+ ]
78
81
} else {
79
- deps += [ " ${ chip_root } /third_party/openthread/repo:libopenthread-mtd" ]
82
+ deps += [
83
+ " ${ chip_root } /third_party/openthread/repo:libopenthread-mtd" ,
84
+ " ${ chip_root } /third_party/openthread/repo:openthread_mtd_config" ,
85
+ ]
80
86
}
81
87
82
88
include_dirs = [
Original file line number Diff line number Diff line change @@ -78,9 +78,15 @@ qpg_executable("lighting_app") {
78
78
]
79
79
80
80
if (chip_openthread_ftd ) {
81
- deps += [ " ${ chip_root } /third_party/openthread/repo:libopenthread-ftd" ]
81
+ deps += [
82
+ " ${ chip_root } /third_party/openthread/repo:libopenthread-ftd" ,
83
+ " ${ chip_root } /third_party/openthread/repo:openthread_ftd_config" ,
84
+ ]
82
85
} else {
83
- deps += [ " ${ chip_root } /third_party/openthread/repo:libopenthread-mtd" ]
86
+ deps += [
87
+ " ${ chip_root } /third_party/openthread/repo:libopenthread-mtd" ,
88
+ " ${ chip_root } /third_party/openthread/repo:openthread_mtd_config" ,
89
+ ]
84
90
}
85
91
86
92
include_dirs = [
Original file line number Diff line number Diff line change @@ -75,9 +75,15 @@ qpg_executable("lock_app") {
75
75
]
76
76
77
77
if (chip_openthread_ftd ) {
78
- deps += [ " ${ chip_root } /third_party/openthread/repo:libopenthread-ftd" ]
78
+ deps += [
79
+ " ${ chip_root } /third_party/openthread/repo:libopenthread-ftd" ,
80
+ " ${ chip_root } /third_party/openthread/repo:openthread_ftd_config" ,
81
+ ]
79
82
} else {
80
- deps += [ " ${ chip_root } /third_party/openthread/repo:libopenthread-mtd" ]
83
+ deps += [
84
+ " ${ chip_root } /third_party/openthread/repo:libopenthread-mtd" ,
85
+ " ${ chip_root } /third_party/openthread/repo:openthread_mtd_config" ,
86
+ ]
81
87
}
82
88
83
89
include_dirs = [
Original file line number Diff line number Diff line change @@ -73,9 +73,15 @@ qpg_executable("thermostat") {
73
73
]
74
74
75
75
if (chip_openthread_ftd ) {
76
- deps += [ " ${ chip_root } /third_party/openthread/repo:libopenthread-ftd" ]
76
+ deps += [
77
+ " ${ chip_root } /third_party/openthread/repo:libopenthread-ftd" ,
78
+ " ${ chip_root } /third_party/openthread/repo:openthread_ftd_config" ,
79
+ ]
77
80
} else {
78
- deps += [ " ${ chip_root } /third_party/openthread/repo:libopenthread-mtd" ]
81
+ deps += [
82
+ " ${ chip_root } /third_party/openthread/repo:libopenthread-mtd" ,
83
+ " ${ chip_root } /third_party/openthread/repo:openthread_mtd_config" ,
84
+ ]
79
85
}
80
86
81
87
include_dirs = [
You can’t perform that action at this time.
0 commit comments