We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2117dae commit 9eada9fCopy full SHA for 9eada9f
1 file changed
makefiles/modules.inc.mk
@@ -1,7 +1,7 @@
1
_ALLMODULES = $(sort $(USEMODULE) $(USEPKG))
2
3
# Define MODULE_MODULE_NAME preprocessor macros for all modules.
4
-# Note: Some modules may be using the 'IS_ACTIVE' macro, defined in
+# Note: Some modules may be using the 'IS_USED' macro, defined in
5
# kernel_defines.h, please refer to its documentation if you change the way
6
# module macros are defined.
7
ED = $(addprefix MODULE_,$(_ALLMODULES))
0 commit comments