repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
drivers
/
scsi
/
qedf
/
Makefile
blob
c46287826fb84832226a3140cb1c60da93b4851b
1
# SPDX-License-Identifier: GPL-2.0-only
2
obj-
$(
CONFIG_QEDF
) :=
qedf.o
3
qedf-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.o
5
6
qedf-
$(
CONFIG_DEBUG_FS
) +=
qedf_debugfs.o