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

14 lines
244 B
Makefile

include ../Makefile.tests_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 */\n" >> model.h