From 051d192e7fe53f3c289fa92ee5d55f0c91e8dd01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= <gaetan.harter@fu-berlin.de>
Date: Thu, 19 Apr 2018 13:20:16 +0200
Subject: [PATCH] doc: fix 'EXTERNAL_MODULES_DIRS' name

Name in the documentation did not match the one in Makefile.include.
---
 doc/doxygen/src/creating-modules.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/doxygen/src/creating-modules.md b/doc/doxygen/src/creating-modules.md
index 82d54be000..9ac037a485 100644
--- a/doc/doxygen/src/creating-modules.md
+++ b/doc/doxygen/src/creating-modules.md
@@ -67,8 +67,8 @@ their dependencies.
 Modules outside of RIOTBASE                      {#modules-outside-of-riotbase}
 ===========================
 Modules can be defined outside `RIOTBASE`. In addition to add it to `USEMODULE`
-the user needs to add the path to the module to `EXTERNAL_MODULES` and add the
-include path to the API definitions to `INCLUDES`.
+the user needs to add the path to the module to `EXTERNAL_MODULE_DIRS` and add
+the include path to the API definitions to `INCLUDES`.
 
 Pseudomodules                                                  {#pseudomodules}
 =============
-- 
GitLab