13d3c9504SDavid Howells# SPDX-License-Identifier: GPL-2.0 23d3c9504SDavid Howells 3*47757ea8SDavid Howellsfscache-y := \ 4*47757ea8SDavid Howells fscache_cache.o \ 5*47757ea8SDavid Howells fscache_cookie.o \ 6*47757ea8SDavid Howells fscache_io.o \ 7*47757ea8SDavid Howells fscache_main.o \ 8*47757ea8SDavid Howells fscache_volume.o 9*47757ea8SDavid Howells 10*47757ea8SDavid Howellsfscache-$(CONFIG_PROC_FS) += fscache_proc.o 11*47757ea8SDavid Howellsfscache-$(CONFIG_FSCACHE_STATS) += fscache_stats.o 12*47757ea8SDavid Howells 13*47757ea8SDavid Howellsobj-$(CONFIG_FSCACHE) := fscache.o 14*47757ea8SDavid Howells 153a4a38e6SDavid Howellsnetfs-y := \ 1616211268SDavid Howells buffered_read.o \ 173be01750SDavid Howells io.o \ 1885dd2c8fSDavid Howells iterator.o \ 19b900f4b8SDavid Howells main.o \ 203be01750SDavid Howells objects.o 213a4a38e6SDavid Howells 223a4a38e6SDavid Howellsnetfs-$(CONFIG_NETFS_STATS) += stats.o 233d3c9504SDavid Howells 24*47757ea8SDavid Howellsobj-$(CONFIG_NETFS_SUPPORT) += netfs.o 25