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

Subversion Repositories or1k

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

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

powered by: WebSVN 2.1.0

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