1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc/creating-modules: updated Pseudomodules entry

This commit is contained in:
Jan Mohr 2020-02-28 14:10:14 +01:00
parent 2ebf1d68b4
commit 67569fbd56

View File

@ -83,5 +83,6 @@ Pseudomodules {#pseudomodules}
Pseudomodules are modules that do not have any code. Their main use cases are
to provide base information for dependencies to other modules or information to
the code base via the `MODULE_<MODULENAME>` macro. Pseudomodules can provide
header files too, if need be. To create a pseudomodule just add its name to the
`PSEUDOMODULES` macro in `Makefile.pseudomodules`.
header files too, if need be. To create a pseudomodule just add its name to
`makefiles/pseudomodules.inc.mk` with `PSEUDOMODULES += <modulename>` in
alphabetical order.