X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=block%2FMakefile;h=a4d8d149670bf49679dbce2f2e7632e4b969a193;hb=cd82cca7ebfe9c6c74a8e5b28382ba88177ba5f1;hp=1d0d466f2182a4dc545031605dc5ad91f0cb7953;hpb=4ac6d90867a4de2e12117e755dbd76e08d88697f;p=linux-2.6-microblaze.git diff --git a/block/Makefile b/block/Makefile index 1d0d466f2182..a4d8d149670b 100644 --- a/block/Makefile +++ b/block/Makefile @@ -3,7 +3,7 @@ # Makefile for the kernel block layer # -obj-$(CONFIG_BLOCK) := bio.o elevator.o blk-core.o blk-sysfs.o \ +obj-$(CONFIG_BLOCK) := fops.o bio.o elevator.o blk-core.o blk-sysfs.o \ blk-flush.o blk-settings.o blk-ioc.o blk-map.o \ blk-exec.o blk-merge.o blk-timeout.o \ blk-lib.o blk-mq.o blk-mq-tag.o blk-stat.o \