Makefile 289 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0
  2. obj-$(CONFIG_SCSI_ISCI) += isci.o
  3. isci-objs := init.o phy.o request.o \
  4. remote_device.o port.o \
  5. host.o task.o probe_roms.o \
  6. remote_node_context.o \
  7. remote_node_table.o \
  8. unsolicited_frame_control.o \
  9. port_config.o \