cpu/mips32r2_common: BUG add periph_timer globally to mips32r2_common.

This commit is contained in:
Gaëtan Harter 2017-11-13 15:14:17 +01:00
parent 2d8c96820d
commit 2375fcd82e
2 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,9 @@ export USEMODULE += mips32r2_common_periph
export USEMODULE += periph_common
export USEMODULE += newlib
# mips32 needs periph_timer for its gettimeofday() implementation
export USEMODULE += periph_timer
ifeq ($(USE_UHI_SYSCALLS),1)
#Use UHI to handle syscalls
export LINKFLAGS += -luhi

View File

@ -5,7 +5,4 @@ export APP_START=0x80000000
include $(RIOTMAKE)/arch/mips.inc.mk
include $(RIOTCPU)/mips32r2_common/Makefile.include
# mips32 needs periph_timer for its gettimeofday() implementation
export USEMODULE += periph_timer
export LINKFLAGS += -Tuhi32.ld