1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-01 04:10:10 -04:00
Angus Gratton 84635a160e micro-ecc: Add submodule dependency
Closes github 
2016-11-17 09:18:51 +11:00

9 lines
252 B
Makefile

# only compile the micro-ecc/uECC.c source file
# (SRCDIRS is needed so build system can find the source file)
COMPONENT_SRCDIRS := micro-ecc
COMPONENT_OBJS := micro-ecc/uECC.o
COMPONENT_ADD_INCLUDEDIRS := micro-ecc
COMPONENT_SUBMODULES := micro-ecc