staging: fix zcache building

zcache is only building tmem.c and not building zcache.c. To keep the
module name, zcache.c must be renamed if symbols from tmem.c are to
remain unexported.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Acked-by: Dan Magenheimer <dan.magenheimer@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Thadeu Lima de Souza Cascardo 2011-08-02 14:20:26 -03:00 committed by Greg Kroah-Hartman
parent c027a474a6
commit bf0c0259c7
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
zcache-y := tmem.o
zcache-y := zcache-main.o tmem.o
obj-$(CONFIG_ZCACHE) += zcache.o