mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(esp_security): Register a bare-metal security component
This commit is contained in:
parent
15825dc531
commit
239734e3d5
5
components/esp_security/CMakeLists.txt
Normal file
5
components/esp_security/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
if(NOT BOOTLOADER_BUILD)
|
||||
set(src_dirs "src")
|
||||
endif()
|
||||
idf_component_register(SRC_DIRS ${src_dirs}
|
||||
INCLUDE_DIRS "include")
|
0
components/esp_security/Kconfig.projbuild
Normal file
0
components/esp_security/Kconfig.projbuild
Normal file
Loading…
Reference in New Issue
Block a user