netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Drivers: atm: Makefile: replace the use of <module>-objs with <module>-y
@ 2010-10-16  3:53 Tracey Dent
  2010-10-21 10:11 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Tracey Dent @ 2010-10-16  3:53 UTC (permalink / raw)
  To: chas; +Cc: linux-kernel, netdev, linux-atm-general, Tracey Dent

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

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

diff --git a/drivers/atm/Makefile b/drivers/atm/Makefile
index 62c3cc1..c6c9ee9 100644
--- a/drivers/atm/Makefile
+++ b/drivers/atm/Makefile
@@ -2,7 +2,7 @@
 # Makefile for the Linux network (ATM) device drivers.
 #
 
-fore_200e-objs	:= fore200e.o
+fore_200e-y	:= fore200e.o
 
 obj-$(CONFIG_ATM_ZATM)		+= zatm.o uPD98402.o
 obj-$(CONFIG_ATM_NICSTAR)	+= nicstar.o
-- 
1.7.3.1.104.gc752e


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-16  3:53 [PATCH] Drivers: atm: Makefile: replace the use of <module>-objs with <module>-y Tracey Dent
2010-10-21 10:11 ` David Miller
2010-10-21 11:59   ` Tracey Dent

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).