File Makefile.md of Package cluster-fs.7558
# # Makefile for the kernel software RAID and LVM drivers. # ccflags-y := -I../../include/uapi md-mod-y += md.o bitmap.o # Note: link order is important. All raid personalities # and must come before md.o, as they each initialise # themselves, and md.o may use the personalities when it # auto-initialised. obj-m += md-cluster.o