mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
f5860992db
Implementation of SPCv/ve specific hardware functionality and macros. Changing common functionalities wrt SPCv/ve operations. Conditional checks for SPC specific operations. Signed-off-by: Sakthivel K <Sakthivel.SaravananKamalRaju@pmcs.com> Signed-off-by: Anand Kumar S <AnandKumar.Santhanam@pmcs.com> Acked-by: Jack Wang <jack_wang@usish.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
14 lines
257 B
Makefile
14 lines
257 B
Makefile
#
|
|
# Kernel configuration file for the PM8001 SAS/SATA 8x6G based HBA driver
|
|
#
|
|
# Copyright (C) 2008-2009 USI Co., Ltd.
|
|
|
|
|
|
obj-$(CONFIG_SCSI_PM8001) += pm80xx.o
|
|
pm80xx-y += pm8001_init.o \
|
|
pm8001_sas.o \
|
|
pm8001_ctl.o \
|
|
pm8001_hwi.o \
|
|
pm80xx_hwi.o
|
|
|