mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 04:15:21 +02:00
feat(esp_security): Register a bare-metal security component
This commit is contained in:
committed by
Mahavir Jain
parent
15825dc531
commit
239734e3d5
@@ -0,0 +1,5 @@
|
|||||||
|
if(NOT BOOTLOADER_BUILD)
|
||||||
|
set(src_dirs "src")
|
||||||
|
endif()
|
||||||
|
idf_component_register(SRC_DIRS ${src_dirs}
|
||||||
|
INCLUDE_DIRS "include")
|
||||||
Reference in New Issue
Block a user