feat(esp_security): Register a bare-metal security component

This commit is contained in:
harshal.patil 2024-07-08 09:13:15 +05:30 committed by Mahavir Jain
parent 15825dc531
commit 239734e3d5
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
if(NOT BOOTLOADER_BUILD)
set(src_dirs "src")
endif()
idf_component_register(SRC_DIRS ${src_dirs}
INCLUDE_DIRS "include")