projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 4.19.314-gnu1
[releases.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