brintos

brintos / linux-shallow public Read only

0
0
Text · 232 B · c462878 Raw
7 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2obj-$(CONFIG_QEDF) := qedf.o3qedf-y = qedf_dbg.o qedf_main.o qedf_io.o qedf_fip.o \4	 qedf_attr.o qedf_els.o drv_scsi_fw_funcs.o drv_fcoe_fw_funcs.o5 6qedf-$(CONFIG_DEBUG_FS) += qedf_debugfs.o7