aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/Makefile
blob: 86b0c88e91a6cf5dab03e03519d5d1d224c99ddc (plain)
1
2
3
4
5
6
7
8
9
obj-$(CONFIG_SCSI_ISCI) += isci.o
isci-objs := init.o phy.o request.o sata.o \
	     remote_device.o port.o timers.o \
	     host.o task.o probe_roms.o \
	     state_machine.o \
	     remote_node_context.o \
	     remote_node_table.o \
	     unsolicited_frame_control.o \
	     port_config.o \