cpu: cortexm: always use periph_common module

This commit is contained in:
Kaspar Schleiser 2017-01-09 19:19:23 +01:00
parent fa9fbabd97
commit 0fb66a0fd1
2 changed files with 2 additions and 2 deletions

View File

@ -29,6 +29,8 @@ export CFLAGS += -DCOREIF_NG=1
export USEMODULE += cortexm_common
# Export the peripheral drivers to be linked into the final binary:
export USEMODULE += periph
# include common periph code
export USEMODULE += periph_common
# all cortex MCU's use newlib as libc
export USEMODULE += newlib

View File

@ -1,5 +1,3 @@
export CPU_ARCH = cortex-m0
USEMODULE += periph_common
include $(RIOTCPU)/Makefile.include.cortexm_common