Dan Williams | 6f231dd | 2011-07-02 22:56:22 -0700 | [diff] [blame] | 1 | EXTRA_CFLAGS += -Idrivers/scsi/isci/core/ -Idrivers/scsi/isci/ |
| 2 | obj-$(CONFIG_SCSI_ISCI) += isci.o |
| 3 | isci-objs := init.o phy.o request.o sata.o \ |
Dave Jiang | 7392d27 | 2011-02-23 15:57:33 -0800 | [diff] [blame] | 4 | remote_device.o port.o timers.o \ |
Dave Jiang | 09d7da1 | 2011-03-26 16:11:51 -0700 | [diff] [blame] | 5 | host.o task.o probe_roms.o \ |
Dan Williams | 3bff9d5 | 2011-05-08 22:15:10 -0700 | [diff] [blame] | 6 | state_machine.o \ |
Dan Williams | 88f3b62 | 2011-04-22 19:18:03 -0700 | [diff] [blame] | 7 | remote_node_context.o \ |
| 8 | remote_node_table.o \ |
Dan Williams | 63a3a15 | 2011-05-08 21:36:46 -0700 | [diff] [blame] | 9 | unsolicited_frame_control.o \ |
Dan Williams | f1f52e7 | 2011-05-10 02:28:45 -0700 | [diff] [blame^] | 10 | stp_request.o \ |
| 11 | ssp_request.o \ |
| 12 | smp_request.o \ |
Dan Williams | 6f231dd | 2011-07-02 22:56:22 -0700 | [diff] [blame] | 13 | core/scic_sds_port.o \ |
| 14 | core/scic_sds_port_configuration_agent.o \ |
| 15 | core/scic_sds_phy.o \ |