mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[docs] add hint for more complex projects
This commit is contained in:
parent
e5e9a451fe
commit
44c4c48ffc
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ include $(NEORV32_HOME)/sw/common/common.mk
|
|||
When creating a new project, copy an existing project folder or at least the makefile to the new project folder.
|
||||
It is recommended to create new projects also in `sw/example` to keep the file dependencies. However, these
|
||||
dependencies can be manually configured via makefile variables if the new project is located somewhere else.
|
||||
|
||||
For more complex projects, it may be useful to use explicit `source` and `include` folders. See `sw/example/coremark` for an example.
|
||||
|
||||
:sectnums:
|
||||
==== Makefile Targets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue