Makefile (bc5c96748a5f2067193faa8131b2aa5f9775d309) | Makefile (88f3b62ac131e2549b6c262cacbd47e8cca42d6e) |
---|---|
1#TODO kill SCIC_SDS_4_ENABLED it is always true for this 2#generation of silicon 3EXTRA_CFLAGS += -DSCIC_SDS_4_ENABLED 4 5#temporary until atapi support ready 6EXTRA_CFLAGS += -DDISABLE_ATAPI 7 8EXTRA_CFLAGS += -Idrivers/scsi/isci/core/ -Idrivers/scsi/isci/ 9obj-$(CONFIG_SCSI_ISCI) += isci.o 10isci-objs := init.o phy.o request.o sata.o \ 11 remote_device.o port.o timers.o \ 12 host.o task.o probe_roms.o \ | 1#TODO kill SCIC_SDS_4_ENABLED it is always true for this 2#generation of silicon 3EXTRA_CFLAGS += -DSCIC_SDS_4_ENABLED 4 5#temporary until atapi support ready 6EXTRA_CFLAGS += -DDISABLE_ATAPI 7 8EXTRA_CFLAGS += -Idrivers/scsi/isci/core/ -Idrivers/scsi/isci/ 9obj-$(CONFIG_SCSI_ISCI) += isci.o 10isci-objs := init.o phy.o request.o sata.o \ 11 remote_device.o port.o timers.o \ 12 host.o task.o probe_roms.o \ |
13 stp_remote_device.o \ 14 smp_remote_device.o \ 15 remote_node_context.o \ 16 remote_node_table.o \ |
|
13 core/scic_sds_controller.o \ | 17 core/scic_sds_controller.o \ |
14 core/scic_sds_remote_device.o \ | |
15 core/scic_sds_request.o \ 16 core/scic_sds_stp_request.o \ 17 core/scic_sds_stp_packet_request.o \ | 18 core/scic_sds_request.o \ 19 core/scic_sds_stp_request.o \ 20 core/scic_sds_stp_packet_request.o \ |
18 core/scic_sds_stp_remote_device.o \ | |
19 core/scic_sds_port.o \ 20 core/scic_sds_port_configuration_agent.o \ 21 core/scic_sds_phy.o \ 22 core/scic_sds_ssp_request.o \ | 21 core/scic_sds_port.o \ 22 core/scic_sds_port_configuration_agent.o \ 23 core/scic_sds_phy.o \ 24 core/scic_sds_ssp_request.o \ |
23 core/scic_sds_remote_node_context.o \ | |
24 core/scic_sds_smp_request.o \ | 25 core/scic_sds_smp_request.o \ |
25 core/scic_sds_smp_remote_device.o \ 26 core/scic_sds_remote_node_table.o \ | |
27 core/scic_sds_unsolicited_frame_control.o \ 28 core/sci_base_state_machine.o \ 29 core/sci_util.o | 26 core/scic_sds_unsolicited_frame_control.o \ 27 core/sci_base_state_machine.o \ 28 core/sci_util.o |