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

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

parent 2e37ac08
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,11 @@
FAM = $(shell echo $(CPU_FAM) | tr 'a-z-' 'A-Z_')
export CFLAGS += -DCPU_FAM_$(FAM)
# includ common periph module
# include common periph module
USEMODULE += periph_common
# include stm32 common periph drivers
USEMODULE += stm32_common_periph
# export the common include directory
export INCLUDES += -I$(RIOTCPU)/stm32_common/include
MODULE = periph
MODULE = stm32_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