1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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.
This commit is contained in:
Marian Buschsieweke 2024-10-14 11:20:41 +02:00
parent 0ffad1d65f
commit 59738ba32d
No known key found for this signature in database
GPG Key ID: 758BD52517F79C41

View File

@ -4,8 +4,6 @@ USEPKG += emlearn
BLOBS += digit
BUILDDEPS += model.h
include $(RIOTBASE)/Makefile.include
model_head.h: