mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +01:00
Merge pull request #21493 from crasbe/pr/create_app2
doc/creating-an-app: clarify wording about Makefile.board.dep
This commit is contained in:
commit
25034bef7f
@ -111,7 +111,7 @@ Both approaches are illustrated and explained in `examples/basic/subfolders`.
|
|||||||
Required dependencies of applications may change depending on the
|
Required dependencies of applications may change depending on the
|
||||||
target board or architecture. This is especially
|
target board or architecture. This is especially
|
||||||
relevant for networking applications where multiple hardware implementations
|
relevant for networking applications where multiple hardware implementations
|
||||||
exist and the appropriate one has to be chosen for the given board
|
exist and the appropriate implementation has to be chosen for the given board
|
||||||
or architecture.
|
or architecture.
|
||||||
To achieve this task elegantly, a `Makefile.board.dep` file can be
|
To achieve this task elegantly, a `Makefile.board.dep` file can be
|
||||||
created in the application folder, which is automatically included and
|
created in the application folder, which is automatically included and
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user