2016-11-03 17:33:30 +11:00
|
|
|
# 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
|
2016-11-16 11:18:40 +11:00
|
|
|
|
|
|
|
|
COMPONENT_SUBMODULES := micro-ecc
|