diff --git a/buildsdk.sh b/buildsdk.sh index 1b8d034..aa4bac0 100755 --- a/buildsdk.sh +++ b/buildsdk.sh @@ -178,6 +178,7 @@ cp -r xtensa-esp32-elf/xtensa-esp32-elf/lib/* $OUTPUTDIR/lx6/ cp -r xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/*/* $OUTPUTDIR/lx6/ cp -r $BUILDDIR/esp-idf/components/bt/controller/lib_esp32/esp32/*.a $OUTPUTDIR/lx6/ +cp -r $BUILDDIR/esp-idf/components/esp_coex/lib/esp32/*.a $OUTPUTDIR/lx6/ cp -r $BUILDDIR/esp-idf/components/esp_phy/lib/esp32/*.a $OUTPUTDIR/lx6/ cp -r $BUILDDIR/esp-idf/components/esp_wifi/lib/esp32/*.a $OUTPUTDIR/lx6/ cp -r $BUILDDIR/esp-idf/components/openthread/lib/esp32/*.a $OUTPUTDIR/lx6/