1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

pkg/emlearn: Remove unused emlearn module

There was a mismatch between Kconfig and make, after some digging it
appears that the make never used the emlearn module, only the package.

This removes the emlearn pseudomodule from make since nothing selects it
and removes the MODULE_EMLEARN from Kconfig to match the make dependency
resolution.
This commit is contained in:
MrKevinWeiss 2022-06-30 10:06:59 +02:00
parent fcbba02daf
commit f3aa0f9bb0
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE
2 changed files with 0 additions and 9 deletions

View File

@ -9,10 +9,5 @@ config PACKAGE_EMLEARN
bool "Machine Learning inference engine package"
depends on TEST_KCONFIG
depends on !HAS_ARCH_MSP430
select MODULE_EMLEARN
help
A header only Machine Learning inference engine package.
config MODULE_EMLEARN
bool
depends on TEST_KCONFIG

View File

@ -1,7 +1,3 @@
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