From: Tracey Dent Date: Wed, 27 Oct 2010 22:34:23 +0000 (-0700) Subject: drivers/char/ip2/Makefile: replace the use of -objs with -y X-Git-Tag: v3.0~2990^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44cd4dffe28b18139fe76e2a7b39cd1fdb459619;p=platform%2Fkernel%2Flinux-amlogic.git drivers/char/ip2/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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/ip2/Makefile b/drivers/char/ip2/Makefile index bc397d92..7b78e0d 100644 --- a/drivers/char/ip2/Makefile +++ b/drivers/char/ip2/Makefile @@ -4,5 +4,5 @@ obj-$(CONFIG_COMPUTONE) += ip2.o -ip2-objs := ip2main.o +ip2-y := ip2main.o