We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062a148 commit 1a59bd3Copy full SHA for 1a59bd3
Documentation/kbuild/modules.rst
@@ -521,9 +521,3 @@ build.
521
522
ext2-y := balloc.o bitmap.o dir.o
523
ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o
524
-
525
- External modules have traditionally used "grep" to check for
526
- specific `CONFIG_` settings directly in .config. This usage is
527
- broken. As introduced before, external modules should use
528
- kbuild for building and can therefore use the same methods as
529
- in-tree modules when testing for `CONFIG_` definitions.
0 commit comments