Merge pull request #13508 from jan-mo/doc_change_creatingmodules

doc/creating-modules: update Pseudomodules entry
This commit is contained in:
benpicco 2020-02-28 17:52:02 +01:00 committed by GitHub
commit e1a0ba579a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.