brintos

brintos / linux-shallow public Read only

0
0
Text · 274 B · 352056e Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the S/390 specific device drivers4#5 6zfcp-objs := zfcp_aux.o zfcp_ccw.o zfcp_dbf.o zfcp_erp.o \7	     zfcp_fc.o zfcp_fsf.o zfcp_qdio.o zfcp_scsi.o zfcp_sysfs.o \8	     zfcp_unit.o zfcp_diag.o9 10obj-$(CONFIG_ZFCP) += zfcp.o11