2017-12-12 15:44:44 +01:00
|
|
|
include $(RIOTCPU)/mips32r2_common/Makefile.include
|
|
|
|
|
2020-07-01 16:20:07 +02:00
|
|
|
# The 2020.06-01 toolchain provides POSIX defines for pthread which conflicts
|
|
|
|
# with the one in RIOT. The following CFLAGS skip the inclusion of the types
|
|
|
|
# shipped by the toolchain.
|
|
|
|
CFLAGS += -D_SYS__PTHREADTYPES_H_
|
|
|
|
|
2019-12-05 23:13:15 +01:00
|
|
|
CFLAGS += -DCPU_FAM_$(call uppercase_and_underscore,$(CPU_FAM))
|
2018-05-14 23:01:40 +02:00
|
|
|
LINKFLAGS += -L$(RIOTCPU)/mips_pic32_common/ldscripts
|
2019-08-27 16:06:41 +02:00
|
|
|
INCLUDES += -I$(RIOTCPU)/mips_pic32_common/include
|
2020-06-28 12:13:32 +02:00
|
|
|
DIRS += $(RIOTCPU)/$(CPU)/$(CPU_MODEL)
|