Includes of $(CPU)/include and $(BOARD)/include and already added in the main Makefile.include. Verification: There are no common headers names between boards and cpus. Except native that has a 'periph_conf.h' in cpu instead of being in board.
5 lines
151 B
Makefile
5 lines
151 B
Makefile
export CPU = mips_pic32mz
|
|
export CPU_MODEL=p32mz2048efg100
|
|
export APPDEPS += $(RIOTCPU)/$(CPU)/$(CPU_MODEL)/$(CPU_MODEL).S
|
|
export USE_UHI_SYSCALLS = 1
|