mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
26780d9e12
This is a new driver for ATTO Technology's ExpressSAS series of hardware RAID adapters. It supports the following adapters: - ExpressSAS R60F - ExpressSAS R680 - ExpressSAS R608 - ExpressSAS R644 Signed-off-by: Bradley Grove <bgrove@attotech.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
5 lines
203 B
Makefile
5 lines
203 B
Makefile
obj-$(CONFIG_SCSI_ESAS2R) += esas2r.o
|
|
|
|
esas2r-objs := esas2r_log.o esas2r_disc.o esas2r_flash.o esas2r_init.o \
|
|
esas2r_int.o esas2r_io.o esas2r_ioctl.o esas2r_targdb.o \
|
|
esas2r_vda.o esas2r_main.o
|