diff options
| author | Shaohua Li <shli@fb.com> | 2017-05-01 14:09:21 -0700 |
|---|---|---|
| committer | Shaohua Li <shli@fb.com> | 2017-05-01 14:09:21 -0700 |
| commit | e265eb3a30543a237b2ebc4e0422ac82e55b07e4 (patch) | |
| tree | 5485bce4a0645e5e9b6ef4686bd390b7b2599ffb /drivers/md/Makefile | |
| parent | 85724edecbdc19f53ed4b902fc3a32e4d1b61c9b (diff) | |
| parent | b506335e5d2b4ec687dde392a3bdbf7601778f1d (diff) | |
| download | linux-e265eb3a30543a237b2ebc4e0422ac82e55b07e4.tar.gz linux-e265eb3a30543a237b2ebc4e0422ac82e55b07e4.tar.bz2 linux-e265eb3a30543a237b2ebc4e0422ac82e55b07e4.zip | |
Merge branch 'md-next' into md-linus
Diffstat (limited to 'drivers/md/Makefile')
| -rw-r--r-- | drivers/md/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/Makefile b/drivers/md/Makefile index 3cbda1af87a0..4d48714ccc6b 100644 --- a/drivers/md/Makefile +++ b/drivers/md/Makefile @@ -18,7 +18,7 @@ dm-cache-cleaner-y += dm-cache-policy-cleaner.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 # Note: link order is important. All raid personalities # and must come before md.o, as they each initialise |
