Blame view

drivers/md/bcache/Makefile 219 Bytes
cafe56359   Kent Overstreet   bcache: A block l...
1
2
  
  obj-$(CONFIG_BCACHE)	+= bcache.o
65d45231b   Kent Overstreet   bcache: Abstract ...
3
4
5
  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
cafe56359   Kent Overstreet   bcache: A block l...
6
7
  
  CFLAGS_request.o	+= -Iblock