hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/scsi/libsas/Makefile
....@@ -1,35 +1,21 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Kernel Makefile for the libsas helpers
34 #
45 # Copyright (C) 2005 Adaptec, Inc. All rights reserved.
56 # Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
67 #
7
-# This file is licensed under GPLv2.
8
-#
9
-# This program is free software; you can redistribute it and/or
10
-# modify it under the terms of the GNU General Public License as
11
-# published by the Free Software Foundation; version 2 of the
12
-# License.
13
-#
14
-# This program is distributed in the hope that it will be useful,
15
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
16
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
-# General Public License for more details.
18
-#
19
-# You should have received a copy of the GNU General Public License
20
-# along with this program; if not, write to the Free Software
21
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
22
-# USA
238
249 obj-$(CONFIG_SCSI_SAS_LIBSAS) += libsas.o
2510 libsas-y += sas_init.o \
2611 sas_phy.o \
2712 sas_port.o \
2813 sas_event.o \
29
- sas_dump.o \
3014 sas_discover.o \
3115 sas_expander.o \
3216 sas_scsi_host.o \
3317 sas_task.o
3418 libsas-$(CONFIG_SCSI_SAS_ATA) += sas_ata.o
3519 libsas-$(CONFIG_SCSI_SAS_HOST_SMP) += sas_host_smp.o
20
+
21
+ccflags-y := -DDEBUG