public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/05] Drivers: char: ip2: Makefile: replace the use of <module>-objs with <module>-y
@ 2010-10-16 13:26 Tracey Dent
  2010-10-16 13:26 ` [PATCH 02/05] Drivers: char: impi: " Tracey Dent
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Tracey Dent @ 2010-10-16 13:26 UTC (permalink / raw)
  To: gregkh, alan, akpm
  Cc: mhw, minyard, openipmi-developer, linux-kernel, Tracey Dent

Changed <module>-objs to <module>-y in Makefile.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
---
 drivers/char/ip2/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/char/ip2/Makefile b/drivers/char/ip2/Makefile
index bc397d9..7b78e0d 100644
--- a/drivers/char/ip2/Makefile
+++ b/drivers/char/ip2/Makefile
@@ -4,5 +4,5 @@
 
 obj-$(CONFIG_COMPUTONE)         += ip2.o
 
-ip2-objs			:= ip2main.o
+ip2-y			:= ip2main.o
 
-- 
1.7.3.1.104.gc752e


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-10-16 21:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-16 13:26 [PATCH 01/05] Drivers: char: ip2: Makefile: replace the use of <module>-objs with <module>-y Tracey Dent
2010-10-16 13:26 ` [PATCH 02/05] Drivers: char: impi: " Tracey Dent
2010-10-16 16:52   ` Jiri Slaby
2010-10-16 17:00     ` Jiri Slaby
2010-10-16 21:12       ` Tracey Dent
2010-10-16 13:26 ` [PATCH 03/05] Drivers: Char: mwave: Makefile: Makefile clean up Tracey Dent
2010-10-16 13:26 ` [PATCH 04/05] Drivers: char: pcmcia: ipwireless: Makefile: replace the use of <module>-objs with <module>-y Tracey Dent
2010-10-16 13:26 ` [PATCH 05/05] Drivers: char: rio: " Tracey Dent

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox