1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/periph.mk

13 lines
283 B
Makefile

MODULE ?= periph
# enable submodules
SUBMODULES := 1
# don't fail if requested submodule does not have corresponding *.c file
SUBMODULES_NOFORCE := 1
# in case of e.g., <cpu>_periph_common, use periph_* as submodule prefix
BASE_MODULE := periph
include $(RIOTBASE)/Makefile.base