Makefile 111 B

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