* + drivers-char-ipmi-makefile-replace-the-use-of-module-objs-with-module-y.patch added to -mm tree
@ 2010-10-21 22:25 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2010-10-21 22:25 UTC (permalink / raw)
To: mm-commits; +Cc: tdent48227, jirislaby, minyard, mmarek
The patch titled
drivers/char/ipmi/Makefile: replace the use of <module>-objs with <module>-y
has been added to the -mm tree. Its filename is
drivers-char-ipmi-makefile-replace-the-use-of-module-objs-with-module-y.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: drivers/char/ipmi/Makefile: replace the use of <module>-objs with <module>-y
From: Tracey Dent <tdent48227@gmail.com>
Changed <module>-objs to <module>-y in Makefile.
Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Cc: Jiri Slaby <jirislaby@gmail.com>
Cc: Michal Marek <mmarek@suse.cz>
Cc: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/char/ipmi/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/char/ipmi/Makefile~drivers-char-ipmi-makefile-replace-the-use-of-module-objs-with-module-y drivers/char/ipmi/Makefile
--- a/drivers/char/ipmi/Makefile~drivers-char-ipmi-makefile-replace-the-use-of-module-objs-with-module-y
+++ a/drivers/char/ipmi/Makefile
@@ -2,7 +2,7 @@
# Makefile for the ipmi drivers.
#
-ipmi_si-objs := ipmi_si_intf.o ipmi_kcs_sm.o ipmi_smic_sm.o ipmi_bt_sm.o
+ipmi_si-y := ipmi_si_intf.o ipmi_kcs_sm.o ipmi_smic_sm.o ipmi_bt_sm.o
obj-$(CONFIG_IPMI_HANDLER) += ipmi_msghandler.o
obj-$(CONFIG_IPMI_DEVICE_INTERFACE) += ipmi_devintf.o
_
Patches currently in -mm which might be from tdent48227@gmail.com are
linux-next.patch
drivers-char-ip2-makefile-replace-the-use-of-module-objs-with-module-y.patch
drivers-char-ipmi-makefile-replace-the-use-of-module-objs-with-module-y.patch
drivers-char-mwave-makefile-clean-up.patch
drivers-char-pcmcia-ipwireless-makefile-makefile-replace-the-use-of-module-objs-with-module-y.patch
drivers-char-rio-makefile-replace-the-use-of-module-objs-with-module-y.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-21 22:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-21 22:25 + drivers-char-ipmi-makefile-replace-the-use-of-module-objs-with-module-y.patch added to -mm tree akpm
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.