mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 09:52:45 +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
|