mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
4361ab10bb
It turns out that #18287 needs to be somewhat reverted. The make behaviour requires use to add psuedomodules for packages that are not compiled (ie header only). The only difference from the revert is that the module is no longer selected in Kconfig so it will match the modules used list.
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 declared as a pseudo-module
|
|
PSEUDOMODULES += emlearn
|