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 <[email protected]>
Cc: Jiri Slaby <[email protected]>
Cc: Michal Marek <[email protected]>
Acked-by: Jiri Kosina <[email protected]>
Acked-by: David Sterba <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Tdent48227 authored and 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.