1# only compile the "uECC_verify_antifault.c" file which includes the "micro-ecc/uECC.c" source file
2idf_component_register(SRCS "uECC_verify_antifault.c"
3                    INCLUDE_DIRS . micro-ecc)
4