Files
esp-idf/components/bootloader/subproject/components/micro-ecc/component.mk
T

7 lines
200 B
Makefile
Raw Normal View History

# only compile the "uECC_verify_antifault.c" file which includes the "micro-ecc/uECC.c" source file
COMPONENT_SRCDIRS := .
COMPONENT_ADD_INCLUDEDIRS := . micro-ecc
2016-11-16 11:18:40 +11:00
COMPONENT_SUBMODULES := micro-ecc