Makefile 338 B

1234567891011
  1. obj-$(CONFIG_SCSI_ISCI) += isci.o
  2. isci-objs := init.o phy.o request.o sata.o \
  3. remote_device.o port.o timers.o \
  4. host.o task.o probe_roms.o \
  5. state_machine.o \
  6. remote_node_context.o \
  7. remote_node_table.o \
  8. unsolicited_frame_control.o \
  9. stp_request.o \
  10. smp_request.o \
  11. port_config.o \