mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
style: unify path to files in comment section
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
3984796156
commit
f9baa422c1
56 changed files with 94 additions and 109 deletions
|
|
@ -107,8 +107,8 @@ CONFIG_EXAMPLES_HELLO=y
|
|||
|
||||
This will select the `apps/examples/hello` in the following way:
|
||||
|
||||
- The top-level make will include `examples/Make.defs`
|
||||
- `examples/Make.defs` will set `CONFIGURED_APPS += $(APPDIR)/examples/hello`
|
||||
- The top-level make will include `apps/examples/Make.defs`
|
||||
- `apps/examples/Make.defs` will set `CONFIGURED_APPS += $(APPDIR)/examples/hello`
|
||||
like this:
|
||||
|
||||
```makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue