1 # SPDX-License-Identifier: GPL-2.0-only
3 # Kernel Makefile for the libsas helpers
5 # Copyright (C) 2005 Adaptec, Inc. All rights reserved.
6 # Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
9 obj-
$(CONFIG_SCSI_SAS_LIBSAS
) += libsas.o
10 libsas-y
+= sas_init.o \
18 libsas-
$(CONFIG_SCSI_SAS_ATA
) += sas_ata.o
19 libsas-
$(CONFIG_SCSI_SAS_HOST_SMP
) += sas_host_smp.o
21 ccflags-y
:= -DDEBUG
-I
$(srctree
)/drivers
/scsi