mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18287 from MrKevinWeiss/pr/fixemlearn
pkg/emlearn: Remove unused emlearn module
This commit is contained in:
commit
e43313d647
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user