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

10 lines
185 B
Makefile
Raw Normal View History

2017-03-22 15:19:59 +01:00
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