xref: /kernel/linux/linux-5.10/drivers/scsi/aic94xx/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/scsi/aic94xx/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Makefile for Adaptec aic94xx SAS/SATA driver.
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci# Copyright (C) 2005 Adaptec, Inc.  All rights reserved.
68c2ecf20Sopenharmony_ci# Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
78c2ecf20Sopenharmony_ci#
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciccflags-$(CONFIG_AIC94XX_DEBUG) := -DASD_DEBUG -DASD_ENTER_EXIT
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciobj-$(CONFIG_SCSI_AIC94XX) += aic94xx.o
128c2ecf20Sopenharmony_ciaic94xx-y += aic94xx_init.o \
138c2ecf20Sopenharmony_ci	     aic94xx_hwi.o  \
148c2ecf20Sopenharmony_ci	     aic94xx_reg.o  \
158c2ecf20Sopenharmony_ci	     aic94xx_sds.o  \
168c2ecf20Sopenharmony_ci	     aic94xx_seq.o  \
178c2ecf20Sopenharmony_ci	     aic94xx_dump.o \
188c2ecf20Sopenharmony_ci	     aic94xx_scb.o  \
198c2ecf20Sopenharmony_ci	     aic94xx_dev.o  \
208c2ecf20Sopenharmony_ci	     aic94xx_tmf.o  \
218c2ecf20Sopenharmony_ci	     aic94xx_task.o
22

Indexes created Thu Nov 07 10:32:03 CST 2024