mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 00:49:45 +01:00
2331448644
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.
10 lines
185 B
Makefile
10 lines
185 B
Makefile
MODULE ?= periph
|
|
|
|
# enable submodules
|
|
SUBMODULES := 1
|
|
|
|
# in case of e.g., <cpu>_periph_common, use periph_* as submodule prefix
|
|
BASE_MODULE := periph
|
|
|
|
include $(RIOTBASE)/Makefile.base
|