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 @@ -137,9 +137,7 @@ executable("chip-tool") {
137
137
" ${ chip_root } /src/platform/logging:stdio" ,
138
138
]
139
139
if (chip_device_config_enable_wifipaf ) {
140
- deps += [
141
- " ${ chip_root } /src/wifipaf:wifipaf" ,
142
- ]
140
+ deps += [ " ${ chip_root } /src/wifipaf:wifipaf" ]
143
141
}
144
142
145
143
output_dir = root_out_dir
You can’t perform that action at this time.
0 commit comments