From: Tracey Dent Date: Fri, 8 Oct 2010 00:01:53 +0000 (-0400) Subject: Staging: zram: Makefile: replace the use of -objs with -y X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=597716d9e2b0a2a53c888fd91079aaef6b284e7e;p=linux-beck.git Staging: zram: 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/zram/Makefile b/drivers/staging/zram/Makefile index c01160a98d10..b1709c57f636 100644 --- a/drivers/staging/zram/Makefile +++ b/drivers/staging/zram/Makefile @@ -1,3 +1,3 @@ -zram-objs := zram_drv.o zram_sysfs.o xvmalloc.o +zram-y := zram_drv.o zram_sysfs.o xvmalloc.o obj-$(CONFIG_ZRAM) += zram.o