You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|