mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
211 B
Makefile
8 lines
211 B
Makefile
# only compile the micro-ecc/uECC.c source file
|
|
# (SRCDIRS is needed so build system can find the source file)
|
|
COMPONENT_SRCDIRS := .
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := . micro-ecc
|
|
|
|
COMPONENT_SUBMODULES := micro-ecc
|