]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/md/bcache/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / md / bcache / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 obj-$(CONFIG_BCACHE) += bcache.o
4
5 bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\
6 io.o journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\
7 util.o writeback.o
8
9 CFLAGS_request.o += -Iblock