mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
221 B
Makefile
8 lines
221 B
Makefile
INCLUDES += -I$(PKGDIRBASE)/emlearn/emlearn
|
|
|
|
CFLAGS += -Wno-unused-parameter
|
|
|
|
# There's nothing to build in this package, it's used as a header only library.
|
|
# So it's declated as a pseudo-module
|
|
PSEUDOMODULES += emlearn
|