mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
4 lines
172 B
Makefile
4 lines
172 B
Makefile
export CPU = mips_pic32mx
|
|
export CPU_MODEL=p32mx470f512h
|
|
export INCLUDES += -I$(RIOTBOARD)/$(BOARD)/include/
|
|
export APPDEPS += $(RIOTCPU)/$(CPU)/$(CPU_MODEL)/$(CPU_MODEL).S
|