diff --git a/doc/doxygen/src/creating-modules.md b/doc/doxygen/src/creating-modules.md index 9786fd1bac..63d2c840d6 100644 --- a/doc/doxygen/src/creating-modules.md +++ b/doc/doxygen/src/creating-modules.md @@ -21,7 +21,7 @@ A module's Makefile just needs to include `Makefile.base` in the RIOT repository: ~~~~~~~~~~~~~~~~~~~ {.mk} -include $(RIOTBASE)/Makefile +include $(RIOTBASE)/Makefile.base ~~~~~~~~~~~~~~~~~~~ If your module's name differs from the name of the directory it resides in you