URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [ide/] [raid/] [Makefile] - Rev 1780
Go to most recent revision | Compare with Previous | Blame | View Log
O_TARGET := idedriver-raid.o
obj-y :=
obj-m :=
export-objs := ataraid.o
# The virtualised raid layers MUST come after the ide itself or bad stuff
# will happen.
obj-$(CONFIG_BLK_DEV_ATARAID) += ataraid.o
obj-$(CONFIG_BLK_DEV_ATARAID_PDC) += pdcraid.o
obj-$(CONFIG_BLK_DEV_ATARAID_HPT) += hptraid.o
obj-$(CONFIG_BLK_DEV_ATARAID_MEDLEY) += medley.o
obj-$(CONFIG_BLK_DEV_ATARAID_SII) += silraid.o
EXTRA_CFLAGS := -I../
include $(TOPDIR)/Rules.make
Go to most recent revision | Compare with Previous | Blame | View Log