Skip to content

Commit

Permalink
drivers/char/pcmcia/ipwireless/Makefile: Makefile: replace the use of…
Browse files Browse the repository at this point in the history
… <module>-objs with <module>-y

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>
Acked-by: Jiri Kosina <jkosina@suse.cz>
Acked-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Tracey Dent authored and Linus Torvalds committed Oct 28, 2010
1 parent cb299ba commit a222945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/pcmcia/ipwireless/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a222945

Please sign in to comment.