brintos

brintos / linux-shallow public Read only

0
0
Text · 549 B · b576d92 Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for drivers/scsi/arm4#5 6acornscsi_mod-objs	:= acornscsi.o acornscsi-io.o7 8obj-$(CONFIG_SCSI_ACORNSCSI_3)	+= acornscsi_mod.o queue.o msgqueue.o9obj-$(CONFIG_SCSI_ARXESCSI)	+= arxescsi.o fas216.o queue.o msgqueue.o10obj-$(CONFIG_SCSI_CUMANA_1)	+= cumana_1.o11obj-$(CONFIG_SCSI_CUMANA_2)	+= cumana_2.o fas216.o queue.o msgqueue.o12obj-$(CONFIG_SCSI_OAK1)		+= oak.o13obj-$(CONFIG_SCSI_POWERTECSCSI)	+= powertec.o fas216.o queue.o msgqueue.o14obj-$(CONFIG_SCSI_EESOXSCSI)	+= eesox.o fas216.o queue.o msgqueue.o15