File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
|
90 | 90 | # copy zigbee + zboss lib
|
91 | 91 | if [ -d "managed_components/espressif__esp-zigbee-lib/lib/$IDF_TARGET/" ]; then
|
92 | 92 | cp -r "managed_components/espressif__esp-zigbee-lib/lib/$IDF_TARGET"/* "$AR_SDK/lib/"
|
93 |
| -EXCLUDE_LIBS+="esp_zb_api.ed;" |
| 93 | +EXCLUDE_LIBS+="esp_zb_api.ed;esp_zb_api.zczr;" |
94 | 94 | fi
|
95 | 95 |
|
96 | 96 | if [ -d "managed_components/espressif__esp-zboss-lib/lib/$IDF_TARGET/" ]; then
|
97 | 97 | cp -r "managed_components/espressif__esp-zboss-lib/lib/$IDF_TARGET"/* "$AR_SDK/lib/"
|
98 |
| -EXCLUDE_LIBS+="zboss_stack.ed;zboss_port.native;zboss_port.native.debug;" |
| 98 | +EXCLUDE_LIBS+="zboss_stack.ed;zboss_stack.zczr;zboss_port.native;zboss_port.native.debug;zboss_port.remote;zboss_port.remote.debug;" |
99 | 99 | fi
|
100 | 100 |
|
101 | 101 | #collect includes, defines and c-flags
|
|
You can’t perform that action at this time.
0 commit comments