mirror of https://gitee.com/openkylin/linux.git
9 lines
111 B
Makefile
9 lines
111 B
Makefile
|
#
|
||
|
# Makefile for general filesystem caching code
|
||
|
#
|
||
|
|
||
|
fscache-y := \
|
||
|
main.o
|
||
|
|
||
|
obj-$(CONFIG_FSCACHE) := fscache.o
|