mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-04 23:27:25 +00:00
cmake: fix source list issues
This commit is contained in:

committed by
Renz Bagaporo

parent
533c5e98e8
commit
bc8540fec1
@@ -37,8 +37,6 @@ else()
|
||||
"freertos_hooks.c"
|
||||
"gdbstub.c"
|
||||
"hw_random.c"
|
||||
"hwcrypto/aes.c"
|
||||
"hwcrypto/sha.c"
|
||||
"int_wdt.c"
|
||||
"intr_alloc.c"
|
||||
"ipc.c"
|
||||
@@ -56,7 +54,9 @@ else()
|
||||
"system_api.c"
|
||||
"task_wdt.c"
|
||||
"wifi_init.c"
|
||||
"wifi_os_adapter.c")
|
||||
"wifi_os_adapter.c"
|
||||
"hwcrypto/aes.c"
|
||||
"hwcrypto/sha.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
||||
|
||||
set(COMPONENT_REQUIRES driver tcpip_adapter)
|
||||
|
Reference in New Issue
Block a user