^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # Kernel Makefile for the libsas helpers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) # Copyright (C) 2005 Adaptec, Inc. All rights reserved.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) # Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) obj-$(CONFIG_SCSI_SAS_LIBSAS) += libsas.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) libsas-y += sas_init.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) sas_phy.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) sas_port.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) sas_event.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) sas_discover.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) sas_expander.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) sas_scsi_host.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) sas_task.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) libsas-$(CONFIG_SCSI_SAS_ATA) += sas_ata.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) libsas-$(CONFIG_SCSI_SAS_HOST_SMP) += sas_host_smp.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) ccflags-y := -DDEBUG