From 59738ba32d3c481dec5ac9dc8351d0cb73cc0ade Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Mon, 14 Oct 2024 11:20:41 +0200 Subject: [PATCH] tests/pkg/emlearn: drop model.h from builddep Now that model.h is in the repo, it no longer is a build dependency. This allows compilation of the test without having emlearn installed, which is useful e.g. for build testing. --- tests/pkg/emlearn/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/pkg/emlearn/Makefile b/tests/pkg/emlearn/Makefile index 1e4376cc3c..2b06ed7cc2 100644 --- a/tests/pkg/emlearn/Makefile +++ b/tests/pkg/emlearn/Makefile @@ -4,8 +4,6 @@ USEPKG += emlearn BLOBS += digit -BUILDDEPS += model.h - include $(RIOTBASE)/Makefile.include model_head.h: