From 1c0653f3830da0d70066ac14ab8d9116dd3f21f5 Mon Sep 17 00:00:00 2001 From: Raul Fuentes Date: Tue, 30 May 2017 16:20:52 +0200 Subject: [PATCH] Doxygen: Completed line for Makefile.base --- doc/doxygen/src/creating-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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