From 286c9b63e37cfea62fde83e83b5475b93b71d856 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 30 Oct 2019 11:16:48 +0100 Subject: [PATCH] pkg/micro-ecc: blacklist arch 16bit requirement --- pkg/micro-ecc/Makefile.dep | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pkg/micro-ecc/Makefile.dep diff --git a/pkg/micro-ecc/Makefile.dep b/pkg/micro-ecc/Makefile.dep new file mode 100644 index 0000000000..2f9de711f6 --- /dev/null +++ b/pkg/micro-ecc/Makefile.dep @@ -0,0 +1,2 @@ +# micro-ecc is not 16 bit compatible +FEATURES_BLACKLIST += arch_16bit