mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
535fff26ae
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
8 lines
211 B
Makefile
8 lines
211 B
Makefile
USEMODULE += mips_pic32_common
|
|
USEMODULE += mips_pic32_common_periph
|
|
|
|
# mips32 needs periph_timer for its gettimeofday() implementation
|
|
USEMODULE += periph_timer
|
|
|
|
include $(RIOTCPU)/mips32r2_common/Makefile.dep
|