brintos

brintos / linux-shallow public Read only

0
0
Text · 226 B · 054e8a3 Raw
8 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3obj-$(CONFIG_BCACHE)	+= bcache.o4 5bcache-y		:= alloc.o bset.o btree.o debug.o extents.o io.o\6	journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\7	util.o writeback.o features.o8