mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
6022192070
zfcp was using three files to deal with sysfs representation for adapters, ports and units. The consolidation into one file prevents code-duplication and eases maintainability. Signed-off-by: Swen Schillig <swen@vnet.ibm.com> Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
9 lines
219 B
Makefile
9 lines
219 B
Makefile
#
|
|
# Makefile for the S/390 specific device drivers
|
|
#
|
|
|
|
zfcp-objs := zfcp_aux.o zfcp_ccw.o zfcp_scsi.o zfcp_erp.o zfcp_qdio.o \
|
|
zfcp_fsf.o zfcp_dbf.o zfcp_sysfs.o zfcp_fc.o zfcp_cfdc.o
|
|
|
|
obj-$(CONFIG_ZFCP) += zfcp.o
|