diff options
Diffstat (limited to 'fw/esp32/components/eos/CMakeLists.txt')
| -rw-r--r-- | fw/esp32/components/eos/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/esp32/components/eos/CMakeLists.txt b/fw/esp32/components/eos/CMakeLists.txt index 404b855..8750f85 100644 --- a/fw/esp32/components/eos/CMakeLists.txt +++ b/fw/esp32/components/eos/CMakeLists.txt @@ -1,3 +1,3 @@ -idf_component_register(SRCS "app_main.c" "msgq.c" "unicode.c" "gsm.c" "gsm_cp.c" "at_cmd.c" "cell.c" "cell_modem.c" "cell_pcm.c" "cell_voice.c" "cell_ussd.c" "cell_sms.c" "cell_pdp.c" "wifi.c" "net.c" "power.c" "rng.c" "sock.c" "app.c" "tun.c" +idf_component_register(SRCS "app_main.c" "msgq.c" "unicode.c" "power.c" "net.c" "app.c" "rng.c" "wifi.c" "sock.c" "tun.c" "gsm.c" "gsm_cp.c" "at_cmd.c" "cell.c" "cell_modem.c" "cell_pcm.c" "cell_voice.c" "cell_ussd.c" "cell_sms.c" "cell_pdp.c" INCLUDE_DIRS "include" REQUIRES esp_driver_gpio esp_driver_spi esp_driver_uart esp_driver_i2s esp_event esp_netif esp_wifi esp_timer vfs) |
