mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
242 B
Makefile
9 lines
242 B
Makefile
|
# Tell the build system that the CPU depends on the risc-v common files:
|
||
|
USEMODULE += riscv_common
|
||
|
|
||
|
# include common periph code
|
||
|
USEMODULE += riscv_common_periph
|
||
|
|
||
|
# Make calls to malloc and friends thread-safe
|
||
|
USEMODULE += malloc_thread_safe
|