Still TODO: -Set the timer rate properly -Fix nonzero based hart secondary cpu boot -Try to parse the device tree for some information
8 lines
141 B
Makefile
8 lines
141 B
Makefile
# main project for visionfive 2 test project
|
|
MODULES += \
|
|
app/shell
|
|
|
|
include project/virtual/test.mk
|
|
include project/target/visionfive2.mk
|
|
|