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
|