mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 18:43:50 +01:00
6 lines
169 B
Makefile
6 lines
169 B
Makefile
include $(RIOTCPU)/mips32r2_common/Makefile.include
|
|
|
|
CFLAGS += -DCPU_FAM_$(call uppercase_and_underscore,$(CPU_FAM))
|
|
|
|
INCLUDES += -I$(RIOTCPU)/mips_pic32_common/include
|