Makefile 1.1 KB

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