From: Tracey Dent Date: Wed, 27 Oct 2010 22:34:25 +0000 (-0700) Subject: drivers/char/pcmcia/ipwireless/Makefile: Makefile: replace the use of -objs... X-Git-Tag: v2.6.37-rc1~85^2~37 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a222945eb1568687eec47113027586da47e1ee94;p=~shefty%2Frdma-dev.git drivers/char/pcmcia/ipwireless/Makefile: Makefile: replace the use of -objs with -y Changed -objs to -y in Makefile. Signed-off-by: Tracey Dent Cc: Jiri Slaby Cc: Michal Marek Acked-by: Jiri Kosina Acked-by: David Sterba Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/pcmcia/ipwireless/Makefile b/drivers/char/pcmcia/ipwireless/Makefile index b71eb593643..db80873d7f2 100644 --- a/drivers/char/pcmcia/ipwireless/Makefile +++ b/drivers/char/pcmcia/ipwireless/Makefile @@ -6,5 +6,5 @@ obj-$(CONFIG_IPWIRELESS) += ipwireless.o -ipwireless-objs := hardware.o main.o network.o tty.o +ipwireless-y := hardware.o main.o network.o tty.o