Documentation: update kbuild loadable modules goals & examples
authorMatt Mooney <mfm@muteddisk.com>
Thu, 5 Aug 2010 18:23:11 +0000 (11:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
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 <mfm@muteddisk.com>
Reviewed-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/kbuild/makefiles.txt