]> Git Repo - linux.git/commit
Documentation: update kbuild loadable modules goals & examples
authorMatt Mooney <[email protected]>
Thu, 5 Aug 2010 18:23:11 +0000 (11:23 -0700)
committerLinus Torvalds <[email protected]>
Thu, 5 Aug 2010 20:21:23 +0000 (13:21 -0700)
commit4f8272802739f5c6ce6b0a548810a181d2f1b652
tree69c257ac7ad3be55414ab36f2ec318d942eecf2b
parentc7825cfac6f34e66797905f365761f66fd51ebda
Documentation: update kbuild loadable modules goals & examples

Update section 3.3 Loadable module goals - obj-m, from $(<module_name>-objs)
to $(<module_name>-y) for easier addition of conditional objects to the
module. The examples are also updated to reflect the current state of
each Makefile used.

Signed-off-by: matt mooney <[email protected]>
Reviewed-by: WANG Cong <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/kbuild/makefiles.txt
This page took 0.041986 seconds and 4 git commands to generate.