mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
240 B
Makefile
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
|