OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [md/] [Makefile] - Rev 1275

Go to most recent revision | Compare with Previous | Blame | View Log

#
# Makefile for the kernel software RAID and LVM drivers.
#

O_TARGET        := mddev.o

export-objs     := md.o xor.o
list-multi      := lvm-mod.o
lvm-mod-objs    := lvm.o lvm-snap.o lvm-fs.o

# Note: link order is important.  All raid personalities
# and xor.o must come before md.o, as they each initialise 
# themselves, and md.o may use the personalities when it 
# auto-initialised.

obj-$(CONFIG_MD_LINEAR)         += linear.o
obj-$(CONFIG_MD_RAID0)          += raid0.o
obj-$(CONFIG_MD_RAID1)          += raid1.o
obj-$(CONFIG_MD_RAID5)          += raid5.o xor.o
obj-$(CONFIG_MD_MULTIPATH)      += multipath.o
obj-$(CONFIG_BLK_DEV_MD)        += md.o
obj-$(CONFIG_BLK_DEV_LVM)       += lvm-mod.o

include $(TOPDIR)/Rules.make

lvm-mod.o: $(lvm-mod-objs)
        $(LD) -r -o $@ $(lvm-mod-objs)

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.