Skip to content
Snippets Groups Projects
Commit 2e37ac08 authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

cpu/sam21_common: Use a different module name to prevent linker races in Travis

parent 3db00667
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,8 @@ export CFLAGS += -DDONT_USE_CMSIS_INIT
# use common periph functions
USEMODULE += periph_common
# include sam21 common periph drivers
USEMODULE += sam21_common_periph
# export the common include directory
export INCLUDES += -I$(RIOTCPU)/sam21_common/include
MODULE = periph
MODULE = sam21_common_periph
include $(RIOTBASE)/Makefile.base
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment