553448f6c4
Cleanup the messages used in the zfcp driver: Remove unnecessary debug and trace message and convert the remaining messages to standard kernel macros. Remove the zfcp message macros and while updating the whole flie also update the copyright headers. Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: Swen Schillig <swen@vnet.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
9 lines
271 B
Makefile
9 lines
271 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_adapter.o zfcp_sysfs_port.o \
|
|
zfcp_sysfs_unit.o zfcp_fc.o zfcp_cfdc.o
|
|
|
|
obj-$(CONFIG_ZFCP) += zfcp.o
|