1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 21:52:46 +01:00
RIOT/cpu/fe310/Makefile
Koen Zandberg 128423edc6
cpu/fe310: Use newlib_syscalls_default stub implementations
This switches the fe310 to use the common newlib_syscalls_default
implementation.
2021-01-26 13:42:52 +01:00

8 lines
162 B
Makefile

# define the module that is built
MODULE = cpu
# add a list of subdirectories, that should also be built
DIRS = periph vendor
include $(RIOTBASE)/Makefile.base