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
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) target_core_mod-y		:= target_core_configfs.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 				   target_core_device.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 				   target_core_fabric_configfs.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 				   target_core_fabric_lib.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 				   target_core_hba.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 				   target_core_pr.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 				   target_core_alua.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 				   target_core_tmr.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 				   target_core_tpg.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 				   target_core_transport.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 				   target_core_sbc.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 				   target_core_spc.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 				   target_core_ua.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 				   target_core_rd.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 				   target_core_stat.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 				   target_core_xcopy.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) obj-$(CONFIG_TARGET_CORE)	+= target_core_mod.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) # Subsystem modules
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) obj-$(CONFIG_TCM_IBLOCK)	+= target_core_iblock.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) obj-$(CONFIG_TCM_FILEIO)	+= target_core_file.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) obj-$(CONFIG_TCM_PSCSI)		+= target_core_pscsi.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) obj-$(CONFIG_TCM_USER2)		+= target_core_user.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) # Fabric modules
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) obj-$(CONFIG_LOOPBACK_TARGET)	+= loopback/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) obj-$(CONFIG_TCM_FC)		+= tcm_fc/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) obj-$(CONFIG_ISCSI_TARGET)	+= iscsi/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) obj-$(CONFIG_SBP_TARGET)	+= sbp/