diff options
author | Arvind Bhushan <arvindb@chelsio.com> | 2013-03-14 01:09:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-14 11:36:00 -0400 |
commit | 7cc163806b0dc31ea2067d48a2732b452a709f48 (patch) | |
tree | 8211ed0286b901937b89fc01b0c3284d36659d93 /drivers/scsi/csiostor/Makefile | |
parent | d69630e8a42220b04318995d8ed0637ea79a717e (diff) |
csiostor: Cleanup chip specific operations.
This patch removes chip specific operations from the common hardware
paths, as well as the Makefile change to accomodate the new files.
Signed-off-by: Arvind Bhushan <arvindb@chelsio.com>
Signed-off-by: Naresh Kumar Inna <naresh@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/scsi/csiostor/Makefile')
-rw-r--r-- | drivers/scsi/csiostor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/csiostor/Makefile b/drivers/scsi/csiostor/Makefile index b581966c88f9..913b9a92fb06 100644 --- a/drivers/scsi/csiostor/Makefile +++ b/drivers/scsi/csiostor/Makefile | |||
@@ -8,4 +8,5 @@ ccflags-y += -I$(srctree)/drivers/net/ethernet/chelsio/cxgb4 | |||
8 | obj-$(CONFIG_SCSI_CHELSIO_FCOE) += csiostor.o | 8 | obj-$(CONFIG_SCSI_CHELSIO_FCOE) += csiostor.o |
9 | 9 | ||
10 | csiostor-objs := csio_attr.o csio_init.o csio_lnode.o csio_scsi.o \ | 10 | csiostor-objs := csio_attr.o csio_init.o csio_lnode.o csio_scsi.o \ |
11 | csio_hw.o csio_isr.o csio_mb.o csio_rnode.o csio_wr.o | 11 | csio_hw.o csio_hw_t4.o csio_hw_t5.o csio_isr.o \ |
12 | csio_mb.o csio_rnode.o csio_wr.o | ||