summaryrefslogtreecommitdiff
path: root/drivers/scsi/isci/Makefile
blob: 43d2c050bd493c50a0910ec649695f4a0b3e7fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 \
	     stp_request.o \
	     smp_request.o \
	     port_config.o \