File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -93,13 +93,11 @@ source_set("chip-all-clusters-common") {
93
93
" ${ chip_root } /examples/platform/linux:app-main" ,
94
94
" ${ chip_root } /src/app/tests/suites/credentials:dac_provider" ,
95
95
" ${ chip_root } /src/lib" ,
96
- " ${ chip_root } /third_party/jsoncpp" ,
97
96
" ${ chip_root } /src/wifipaf:wifipaf" ,
97
+ " ${ chip_root } /third_party/jsoncpp" ,
98
98
]
99
99
if (chip_device_config_enable_wifipaf ) {
100
- deps += [
101
- " ${ chip_root } /src/wifipaf:wifipaf" ,
102
- ]
100
+ deps += [ " ${ chip_root } /src/wifipaf:wifipaf" ]
103
101
}
104
102
105
103
include_dirs = [
Original file line number Diff line number Diff line change @@ -136,9 +136,7 @@ executable("chip-tool") {
136
136
" ${ chip_root } /src/platform/logging:stdio" ,
137
137
]
138
138
if (chip_device_config_enable_wifipaf ) {
139
- deps += [
140
- " ${ chip_root } /src/wifipaf:wifipaf" ,
141
- ]
139
+ deps += [ " ${ chip_root } /src/wifipaf:wifipaf" ]
142
140
}
143
141
144
142
output_dir = root_out_dir
You can’t perform that action at this time.
0 commit comments