]> Git Repo - linux.git/blob - drivers/scsi/snic/Makefile
drm/nouveau/kms: Don't change EDID when it hasn't actually changed
[linux.git] / drivers / scsi / snic / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_SCSI_SNIC) += snic.o
3
4 snic-y := \
5         snic_attrs.o \
6         snic_main.o \
7         snic_res.o \
8         snic_isr.o \
9         snic_ctl.o \
10         snic_io.o \
11         snic_scsi.o \
12         snic_disc.o \
13         vnic_cq.o \
14         vnic_intr.o \
15         vnic_dev.o \
16         vnic_wq.o
17
18 snic-$(CONFIG_SCSI_SNIC_DEBUG_FS) += snic_debugfs.o snic_trc.o
This page took 0.036158 seconds and 4 git commands to generate.