mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 10:32:44 +01:00
68945246ef
USEMODULE in Makefile is not used by the build system and so does nothing.
7 lines
121 B
Makefile
7 lines
121 B
Makefile
MODULE = cpu
|
|
|
|
DIRS += $(RIOTCPU)/mips_pic32_common
|
|
DIRS += $(RIOTCPU)/mips32r2_common
|
|
|
|
include $(RIOTBASE)/Makefile.base
|