Skip to content

Commit 9eada9f

Browse files
fixup! fixup! makefiles/modules: Add note regarding 'IS_ACTIVE' macro.
1 parent 2117dae commit 9eada9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefiles/modules.inc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
_ALLMODULES = $(sort $(USEMODULE) $(USEPKG))
22

33
# Define MODULE_MODULE_NAME preprocessor macros for all modules.
4-
# Note: Some modules may be using the 'IS_ACTIVE' macro, defined in
4+
# Note: Some modules may be using the 'IS_USED' macro, defined in
55
# kernel_defines.h, please refer to its documentation if you change the way
66
# module macros are defined.
77
ED = $(addprefix MODULE_,$(_ALLMODULES))

0 commit comments

Comments
 (0)