Skip to content

Commit

Permalink
cpu/sam21_common: Use a different module name to prevent linker races…
Browse files Browse the repository at this point in the history
… in Travis
  • Loading branch information
Joakim Nohlgård committed Feb 12, 2016
1 parent b84638d commit 7783414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpu/sam21_common/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export CFLAGS += -DCPU_FAM_$(FAM)
export CFLAGS += -DDONT_USE_CMSIS_INIT

# use common periph functions
USEMODULE += periph_common
USEMODULE += sam21_common_periph

# export the common include directory
export INCLUDES += -I$(RIOTCPU)/sam21_common/include
2 changes: 1 addition & 1 deletion cpu/sam21_common/periph/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MODULE = periph
MODULE = sam21_common_periph

include $(RIOTBASE)/Makefile.base

0 comments on commit 7783414

Please sign in to comment.