Creation of Cybook 2416 (actually Gen4) repository
This commit is contained in:
9
drivers/scsi/ibmvscsi/Makefile
Normal file
9
drivers/scsi/ibmvscsi/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsic.o
|
||||
|
||||
ibmvscsic-y += ibmvscsi.o
|
||||
ifndef CONFIG_PPC_PSERIES
|
||||
ibmvscsic-$(CONFIG_PPC_ISERIES) += iseries_vscsi.o
|
||||
endif
|
||||
ibmvscsic-$(CONFIG_PPC_PSERIES) += rpa_vscsi.o
|
||||
|
||||
obj-$(CONFIG_SCSI_IBMVSCSIS) += ibmvstgt.o
|
||||
Reference in New Issue
Block a user