mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 12:44:01 +00:00
9 lines
219 B
Makefile
9 lines
219 B
Makefile
|
|
obj-$(CONFIG_BCACHE) += bcache.o
|
|
|
|
bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\
|
|
io.o journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\
|
|
util.o writeback.o
|
|
|
|
CFLAGS_request.o += -Iblock
|