1 2 3 4 5 6 7 8
# # Makefile for general filesystem caching code # fscache-y := \ main.o obj-$(CONFIG_FSCACHE) := fscache.o