Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « qedi « scsi « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d84eedfd031b3c4ec1a8e050723b0f0f9708ff43 (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_QEDI) := qedi.o
qedi-y := qedi_main.o qedi_iscsi.o qedi_fw.o qedi_sysfs.o \
	    qedi_dbg.o qedi_fw_api.o

qedi-$(CONFIG_DEBUG_FS) += qedi_debugfs.o