diff options
Diffstat (limited to 'drivers/md/Makefile')
| -rw-r--r-- | drivers/md/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/Makefile b/drivers/md/Makefile index 2c45d7683ae9..c49366cdc05d 100644 --- a/drivers/md/Makefile +++ b/drivers/md/Makefile | |||
| @@ -18,7 +18,7 @@ raid456-objs := raid5.o raid6algos.o raid6recov.o raid6tables.o \ | |||
| 18 | hostprogs-y := mktables | 18 | hostprogs-y := mktables |
| 19 | 19 | ||
| 20 | # Note: link order is important. All raid personalities | 20 | # Note: link order is important. All raid personalities |
| 21 | # and xor.o must come before md.o, as they each initialise | 21 | # and must come before md.o, as they each initialise |
| 22 | # themselves, and md.o may use the personalities when it | 22 | # themselves, and md.o may use the personalities when it |
| 23 | # auto-initialised. | 23 | # auto-initialised. |
| 24 | 24 | ||
| @@ -26,7 +26,7 @@ obj-$(CONFIG_MD_LINEAR) += linear.o | |||
| 26 | obj-$(CONFIG_MD_RAID0) += raid0.o | 26 | obj-$(CONFIG_MD_RAID0) += raid0.o |
| 27 | obj-$(CONFIG_MD_RAID1) += raid1.o | 27 | obj-$(CONFIG_MD_RAID1) += raid1.o |
| 28 | obj-$(CONFIG_MD_RAID10) += raid10.o | 28 | obj-$(CONFIG_MD_RAID10) += raid10.o |
| 29 | obj-$(CONFIG_MD_RAID456) += raid456.o xor.o | 29 | obj-$(CONFIG_MD_RAID456) += raid456.o |
| 30 | obj-$(CONFIG_MD_MULTIPATH) += multipath.o | 30 | obj-$(CONFIG_MD_MULTIPATH) += multipath.o |
| 31 | obj-$(CONFIG_MD_FAULTY) += faulty.o | 31 | obj-$(CONFIG_MD_FAULTY) += faulty.o |
| 32 | obj-$(CONFIG_BLK_DEV_MD) += md-mod.o | 32 | obj-$(CONFIG_BLK_DEV_MD) += md-mod.o |
