diff options
author | adam radford <aradford@gmail.com> | 2010-12-14 19:17:17 -0800 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-12-21 12:37:29 -0600 |
commit | 0d49016bbab4fe9164710b1d4bbae116b89b7f7e (patch) | |
tree | 8cf0c288f7c12b02ba86b8250e6d593c1aad66e8 /drivers/scsi/megaraid/Makefile | |
parent | fd01a6632da253210c3dbc7814bc6eceda96623d (diff) |
[SCSI] megaraid_sas: Rename megaraid_sas.c to megaraid_sas_base.c
This patch renames megaraid_sas.c to megaraid_sas_base.c to facilitate
other files in the compile.
Signed-off-by: Adam Radford <aradford@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/megaraid/Makefile')
-rw-r--r-- | drivers/scsi/megaraid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/megaraid/Makefile b/drivers/scsi/megaraid/Makefile index f469915b97c..6613a2ceea0 100644 --- a/drivers/scsi/megaraid/Makefile +++ b/drivers/scsi/megaraid/Makefile @@ -1,3 +1,4 @@ obj-$(CONFIG_MEGARAID_MM) += megaraid_mm.o obj-$(CONFIG_MEGARAID_MAILBOX) += megaraid_mbox.o obj-$(CONFIG_MEGARAID_SAS) += megaraid_sas.o +megaraid_sas-objs := megaraid_sas_base.o |