Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Kernel Makefile for the libsas helpers
0004 #
0005 # Copyright (C) 2005 Adaptec, Inc.  All rights reserved.
0006 # Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
0007 #
0008 
0009 obj-$(CONFIG_SCSI_SAS_LIBSAS) += libsas.o
0010 libsas-y +=  sas_init.o     \
0011                 sas_phy.o      \
0012                 sas_port.o     \
0013                 sas_event.o    \
0014                 sas_discover.o \
0015                 sas_expander.o \
0016                 sas_scsi_host.o \
0017                 sas_task.o
0018 libsas-$(CONFIG_SCSI_SAS_ATA) +=        sas_ata.o
0019 libsas-$(CONFIG_SCSI_SAS_HOST_SMP) +=   sas_host_smp.o
0020 
0021 ccflags-y := -DDEBUG -I$(srctree)/drivers/scsi