xref: /kernel/linux/linux-5.10/drivers/md/bcache/Makefile (revision 8c2ecf20)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/md/bcache/
1# SPDX-License-Identifier: GPL-2.0
2
3obj-$(CONFIG_BCACHE)	+= bcache.o
4
5bcache-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 features.o
8

Indexes created Thu Nov 07 10:32:03 CST 2024