style: unify path to files in comment section

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2022-03-08 23:05:12 +01:00 committed by Xiang Xiao
parent 3984796156
commit f9baa422c1
56 changed files with 94 additions and 109 deletions

View file

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