With #10970 only existing *.c files will be added to SRC when using the SUBMODULES mechanism, so SUBMODULES_NOFORCE (used to filter out non existing source files) is now redundant so remove the usage.
7 lines
85 B
Makefile
7 lines
85 B
Makefile
MODULE = wolfssl
|
|
|
|
NO_AUTO_SRC = 1
|
|
SUBMODULES += 1
|
|
|
|
include $(RIOTBASE)/Makefile.base
|