mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
0d49016bba
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>
5 lines
179 B
Makefile
5 lines
179 B
Makefile
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
|