[docs] add hint for more complex projects

This commit is contained in:
Lukas Pajak 2024-11-28 10:53:55 +01:00
parent e5e9a451fe
commit 44c4c48ffc

View file

@ -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