mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
8 lines
200 B
Makefile
8 lines
200 B
Makefile
|
# depends on mips32r2_common
|
||
|
USEMODULE += mips32r2_common
|
||
|
|
||
|
export MIPS32R2_COMMON = $(RIOTCPU)/mips32r2_common/
|
||
|
|
||
|
export INCLUDES = $(MIPS32R2_COMMON)include
|
||
|
include $(MIPS32R2_COMMON)Makefile.include
|