Makefile 1.0 KB
Newer Older
1 2 3 4 5 6 7 8 9 10
#TODO kill SCIC_SDS_4_ENABLED it is always true for this
#generation of silicon
EXTRA_CFLAGS += -DSCIC_SDS_4_ENABLED

#temporary until atapi support ready
EXTRA_CFLAGS += -DDISABLE_ATAPI

EXTRA_CFLAGS += -Idrivers/scsi/isci/core/ -Idrivers/scsi/isci/
obj-$(CONFIG_SCSI_ISCI) += isci.o
isci-objs := init.o phy.o request.o sata.o \
D
Dave Jiang 已提交
11
	     remote_device.o port.o timers.o \
12
	     host.o task.o probe_roms.o \
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
	     core/scic_sds_controller.o  \
	     core/scic_sds_remote_device.o    \
	     core/scic_sds_request.o \
	     core/scic_sds_stp_request.o \
	     core/scic_sds_stp_packet_request.o \
	     core/scic_sds_stp_remote_device.o \
	     core/scic_sds_port.o \
	     core/scic_sds_port_configuration_agent.o \
	     core/scic_sds_phy.o \
	     core/scic_sds_ssp_request.o \
	     core/scic_sds_remote_node_context.o \
	     core/scic_sds_smp_request.o \
	     core/scic_sds_smp_remote_device.o \
	     core/scic_sds_remote_node_table.o \
	     core/scic_sds_unsolicited_frame_control.o \
	     core/sci_base_state_machine.o \
	     core/sci_util.o