xref: /openbmc/linux/drivers/scsi/aic94xx/Makefile (revision 65c85c83)
165c85c83SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
22908d778SJames Bottomley#
32908d778SJames Bottomley# Makefile for Adaptec aic94xx SAS/SATA driver.
42908d778SJames Bottomley#
52908d778SJames Bottomley# Copyright (C) 2005 Adaptec, Inc.  All rights reserved.
62908d778SJames Bottomley# Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
72908d778SJames Bottomley#
82908d778SJames Bottomley
9bfbec920Smatt mooneyccflags-$(CONFIG_AIC94XX_DEBUG) := -DASD_DEBUG -DASD_ENTER_EXIT
102908d778SJames Bottomley
112908d778SJames Bottomleyobj-$(CONFIG_SCSI_AIC94XX) += aic94xx.o
122908d778SJames Bottomleyaic94xx-y += aic94xx_init.o \
132908d778SJames Bottomley	     aic94xx_hwi.o  \
142908d778SJames Bottomley	     aic94xx_reg.o  \
152908d778SJames Bottomley	     aic94xx_sds.o  \
162908d778SJames Bottomley	     aic94xx_seq.o  \
172908d778SJames Bottomley	     aic94xx_dump.o \
182908d778SJames Bottomley	     aic94xx_scb.o  \
192908d778SJames Bottomley	     aic94xx_dev.o  \
202908d778SJames Bottomley	     aic94xx_tmf.o  \
212908d778SJames Bottomley	     aic94xx_task.o
22