From: Angus Gratton Date: Wed, 16 Nov 2016 00:18:40 +0000 (+1100) Subject: micro-ecc: Add submodule dependency X-Git-Tag: v1.0~48^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84635a160e0b6765e031c562c6a38f0d078c69f7;p=esp-idf micro-ecc: Add submodule dependency Closes github #100 --- diff --git a/components/micro-ecc/component.mk b/components/micro-ecc/component.mk index df73f7a3b2..8c569df597 100644 --- a/components/micro-ecc/component.mk +++ b/components/micro-ecc/component.mk @@ -4,3 +4,5 @@ COMPONENT_SRCDIRS := micro-ecc COMPONENT_OBJS := micro-ecc/uECC.o COMPONENT_ADD_INCLUDEDIRS := micro-ecc + +COMPONENT_SUBMODULES := micro-ecc