From: Tracey Dent Date: Fri, 8 Oct 2010 00:01:25 +0000 (-0400) Subject: Staging: crystalhd: Makefile: replace the use of -objs with -y X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1087020fb0b12cdebb8c577ec2d1b26e724a1a7c;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git Staging: crystalhd: Makefile: replace the use of -objs with -y Changed -objs to -y in Makefile. Signed-off-by: Tracey Dent Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/crystalhd/Makefile b/drivers/staging/crystalhd/Makefile index e2af0ce2e79..c31657a9335 100644 --- a/drivers/staging/crystalhd/Makefile +++ b/drivers/staging/crystalhd/Makefile @@ -1,6 +1,6 @@ obj-$(CONFIG_CRYSTALHD) += crystalhd.o -crystalhd-objs := crystalhd_cmds.o \ +crystalhd-y := crystalhd_cmds.o \ crystalhd_hw.o \ crystalhd_lnx.o \ crystalhd_misc.o