From 8c883cc99e21277bfc046ec7df67c61fc7f05530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikolai=20G=C3=BCtschow?= Date: Thu, 29 Aug 2024 10:43:53 +0200 Subject: [PATCH] pkg/emlearn: blacklist 8bit architectures --- pkg/emlearn/Makefile.dep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/emlearn/Makefile.dep b/pkg/emlearn/Makefile.dep index d4a21c581b365..55ca1ce38e8a3 100644 --- a/pkg/emlearn/Makefile.dep +++ b/pkg/emlearn/Makefile.dep @@ -1,2 +1,2 @@ -# emlearn is not compatible with MSP430 -FEATURES_BLACKLIST += arch_msp430 +# emlearn is not compatible with MSP430 and 8bit architectures +FEATURES_BLACKLIST += arch_msp430 arch_8bit