cpu/mips32r2_common: BUG add periph_timer globally to mips32r2_common.
This commit is contained in:
parent
2d8c96820d
commit
2375fcd82e
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user