Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^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) # Makefile for Adaptec aic94xx SAS/SATA driver.
^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) ccflags-$(CONFIG_AIC94XX_DEBUG) := -DASD_DEBUG -DASD_ENTER_EXIT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) obj-$(CONFIG_SCSI_AIC94XX) += aic94xx.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) aic94xx-y += aic94xx_init.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	     aic94xx_hwi.o  \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	     aic94xx_reg.o  \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	     aic94xx_sds.o  \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	     aic94xx_seq.o  \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	     aic94xx_dump.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	     aic94xx_scb.o  \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	     aic94xx_dev.o  \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	     aic94xx_tmf.o  \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	     aic94xx_task.o