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:
parent
0ffad1d65f
commit
59738ba32d
@ -4,8 +4,6 @@ USEPKG += emlearn
|
||||
|
||||
BLOBS += digit
|
||||
|
||||
BUILDDEPS += model.h
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
model_head.h:
|
||||
|
Loading…
Reference in New Issue
Block a user