From 84635a160e0b6765e031c562c6a38f0d078c69f7 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 16 Nov 2016 11:18:40 +1100 Subject: [PATCH] micro-ecc: Add submodule dependency Closes github #100 --- components/micro-ecc/component.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/micro-ecc/component.mk b/components/micro-ecc/component.mk index df73f7a3b..8c569df59 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