mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|