cmake: fix source list issues

This commit is contained in:
Renz Christian Bagaporo
2018-09-13 08:56:59 +08:00
committed by Angus Gratton
parent cf7ae4d898
commit 944014f9f2
10 changed files with 172 additions and 266 deletions

View File

@@ -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"
@@ -57,7 +55,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)