# # Makefile for general filesystem caching code # fscache-y := \ cache.o \ cookie.o \ fsdef.o \ main.o \ netfs.o \ object.o \ operation.o \ page.o fscache-$([31mCONFIG_PROC_FS[0m) += proc.o fscache-$([31mCONFIG_FSCACHE_STATS[0m) += stats.o fscache-$([31mCONFIG_FSCACHE_HISTOGRAM[0m) += histogram.o fscache-$([31mCONFIG_FSCACHE_OBJECT_LIST[0m) += object-list.o obj-$([31mCONFIG_FSCACHE[0m) := fscache.o |