# SPDX-License-Identifier: GPL-2.0-only # # Kernel Makefile for the libsas helpers # # Copyright (C) 2005 Adaptec, Inc. All rights reserved. # Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> # obj-$([31mCONFIG_SCSI_SAS_LIBSAS[0m) += libsas.o libsas-y += sas_init.o \ sas_phy.o \ sas_port.o \ sas_event.o \ sas_discover.o \ sas_expander.o \ sas_scsi_host.o \ sas_task.o libsas-$([31mCONFIG_SCSI_SAS_ATA[0m) += sas_ata.o libsas-$([31mCONFIG_SCSI_SAS_HOST_SMP[0m) += sas_host_smp.o ccflags-y := -DDEBUG |