162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for Adaptec aic94xx SAS/SATA driver. 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci# Copyright (C) 2005 Adaptec, Inc. All rights reserved. 662306a36Sopenharmony_ci# Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 762306a36Sopenharmony_ci# 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciccflags-$(CONFIG_AIC94XX_DEBUG) := -DASD_DEBUG -DASD_ENTER_EXIT 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciobj-$(CONFIG_SCSI_AIC94XX) += aic94xx.o 1262306a36Sopenharmony_ciaic94xx-y += aic94xx_init.o \ 1362306a36Sopenharmony_ci aic94xx_hwi.o \ 1462306a36Sopenharmony_ci aic94xx_reg.o \ 1562306a36Sopenharmony_ci aic94xx_sds.o \ 1662306a36Sopenharmony_ci aic94xx_seq.o \ 1762306a36Sopenharmony_ci aic94xx_dump.o \ 1862306a36Sopenharmony_ci aic94xx_scb.o \ 1962306a36Sopenharmony_ci aic94xx_dev.o \ 2062306a36Sopenharmony_ci aic94xx_tmf.o \ 2162306a36Sopenharmony_ci aic94xx_task.o 22