]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/md/Makefile
Merge branch 'work.drm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[karo-tx-linux.git] / drivers / md / Makefile
index 39cf2a1b5f90156572ee0383fff51903cf7edbde..786ec9e86d658aeb78d0cdc9adc7932bd9fc61ab 100644 (file)
@@ -19,7 +19,8 @@ dm-cache-smq-y   += dm-cache-policy-smq.o
 dm-era-y       += dm-era-target.o
 dm-verity-y    += dm-verity-target.o
 md-mod-y       += md.o bitmap.o
-raid456-y      += raid5.o raid5-cache.o
+raid456-y      += raid5.o raid5-cache.o raid5-ppl.o
+dm-zoned-y     += dm-zoned-target.o dm-zoned-metadata.o dm-zoned-reclaim.o
 
 # Note: link order is important.  All raid personalities
 # and must come before md.o, as they each initialise 
@@ -60,6 +61,7 @@ obj-$(CONFIG_DM_CACHE_SMQ)    += dm-cache-smq.o
 obj-$(CONFIG_DM_ERA)           += dm-era.o
 obj-$(CONFIG_DM_LOG_WRITES)    += dm-log-writes.o
 obj-$(CONFIG_DM_INTEGRITY)     += dm-integrity.o
+obj-$(CONFIG_DM_ZONED)         += dm-zoned.o
 
 ifeq ($(CONFIG_DM_UEVENT),y)
 dm-mod-objs                    += dm-uevent.o