Skip to content

Commit

Permalink
drivers/char/ip2/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 <tdent48227@gmail.com>
Cc: Jiri Slaby <jirislaby@gmail.com>
Cc: Michal Marek <mmarek@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 9807224 commit 44cd4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/ip2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

obj-$(CONFIG_COMPUTONE) += ip2.o

ip2-objs := ip2main.o
ip2-y := ip2main.o

0 comments on commit 44cd4df

Please sign in to comment.