1873e65bcSThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 22908d778SJames Bottomley# 32908d778SJames Bottomley# Kernel Makefile for the libsas helpers 42908d778SJames Bottomley# 52908d778SJames Bottomley# Copyright (C) 2005 Adaptec, Inc. All rights reserved. 62908d778SJames Bottomley# Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 72908d778SJames Bottomley# 82908d778SJames Bottomley 92908d778SJames Bottomleyobj-$(CONFIG_SCSI_SAS_LIBSAS) += libsas.o 102908d778SJames Bottomleylibsas-y += sas_init.o \ 112908d778SJames Bottomley sas_phy.o \ 122908d778SJames Bottomley sas_port.o \ 132908d778SJames Bottomley sas_event.o \ 142908d778SJames Bottomley sas_discover.o \ 152908d778SJames Bottomley sas_expander.o \ 16366ca51fSJames Bottomley sas_scsi_host.o \ 17366ca51fSJames Bottomley sas_task.o 18b9142174SJames Bottomleylibsas-$(CONFIG_SCSI_SAS_ATA) += sas_ata.o 19b98e66faSJames Bottomleylibsas-$(CONFIG_SCSI_SAS_HOST_SMP) += sas_host_smp.o 2015ba7806SJohn Garry 21*e15f669cSJason Yanccflags-y := -DDEBUG -I$(srctree)/drivers/scsi 22