projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43dd1d8
)
Staging: zram: Makefile: replace the use of <module>-objs with <module>-y
author
Tracey Dent
<tdent48227@gmail.com>
Fri, 8 Oct 2010 00:01:53 +0000
(20:01 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 8 Oct 2010 14:23:41 +0000
(07:23 -0700)
Changed <module>-objs to <module>-y in Makefile.
Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/zram/Makefile
patch
|
blob
|
history
diff --git
a/drivers/staging/zram/Makefile
b/drivers/staging/zram/Makefile
index
c01160a
..
b1709c5
100644
(file)
--- 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