mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7d1d5e77d8
New CPU FE310 from SiFive based on RISC-V architecture build: add makefile for RISC-V builds Makefile for builds using RISC-V tools
8 lines
167 B
Makefile
8 lines
167 B
Makefile
# define the module that is built
|
|
MODULE = cpu
|
|
|
|
# add a list of subdirectories, that should also be built
|
|
DIRS = periph nano vendor
|
|
|
|
include $(RIOTBASE)/Makefile.base
|