]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - fs/fscache/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / fs / fscache / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
06b3db1b
DH
2#
3# Makefile for general filesystem caching code
4#
5
6fscache-y := \
0e04d4ce 7 cache.o \
955d0091 8 cookie.o \
a6891645 9 fsdef.o \
726dd7ff 10 main.o \
36c95590 11 netfs.o \
952efe7b 12 object.o \
b5108822
DH
13 operation.o \
14 page.o
06b3db1b 15
7394daa8
DH
16fscache-$(CONFIG_PROC_FS) += proc.o
17fscache-$(CONFIG_FSCACHE_STATS) += stats.o
18fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
4fbf4291 19fscache-$(CONFIG_FSCACHE_OBJECT_LIST) += object-list.o
7394daa8 20
06b3db1b 21obj-$(CONFIG_FSCACHE) := fscache.o