7834799a6c
The PowerPC legacy iSeries platform is being removed and this code is no longer selectable. There is more clean up that can be done, but this just gets the old code out of the way. Cc: "James E.J. Bottomley" <JBottomley@parallels.com> Cc: Brian King <brking@linux.vnet.ibm.com> Cc: linux-scsi@vger.kernel.org Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7 lines
202 B
Makefile
7 lines
202 B
Makefile
obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsic.o
|
|
|
|
ibmvscsic-y += ibmvscsi.o
|
|
ibmvscsic-$(CONFIG_PPC_PSERIES) += rpa_vscsi.o
|
|
|
|
obj-$(CONFIG_SCSI_IBMVSCSIS) += ibmvstgt.o
|
|
obj-$(CONFIG_SCSI_IBMVFC) += ibmvfc.o
|