1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:49:45 +01:00
RIOT/makefiles/periph.mk
Francisco Molina 2331448644
Makefile: remove usage of SUBMODULES_NOFORCE
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.
2020-04-15 12:11:44 +02:00

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