1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 03:23:49 +01:00
RIOT/tests/pkg/emlearn/Makefile
2023-05-06 07:55:01 +02:00

14 lines
240 B
Makefile

include ../Makefile.pkg_common
USEPKG += emlearn
BLOBS += digit
BUILDDEPS += model.h
include $(RIOTBASE)/Makefile.include
model.h: $(CURDIR)/model
$(Q)$(CURDIR)/generate_model.py
$(Q)echo "/* fix for no newline at eof */" >> model.h