Skip to content

Commit

Permalink
drivers/char/rio/Makefile: replace the use of <module>-objs with <mod…
Browse files Browse the repository at this point in the history
…ule>-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]>
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 a222945 commit 5a780fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/rio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

obj-$(CONFIG_RIO) += rio.o

rio-objs := rio_linux.o rioinit.o rioboot.o riocmd.o rioctrl.o riointr.o \
rio-y := rio_linux.o rioinit.o rioboot.o riocmd.o rioctrl.o riointr.o \
rioparam.o rioroute.o riotable.o riotty.o

0 comments on commit 5a780fc

Please sign in to comment.