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) # Makefile for caching inode integrity data (iint)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) obj-$(CONFIG_INTEGRITY) += integrity.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) integrity-y := iint.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) integrity-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) integrity-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) integrity-$(CONFIG_INTEGRITY_PLATFORM_KEYRING) += platform_certs/platform_keyring.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) integrity-$(CONFIG_LOAD_UEFI_KEYS) += platform_certs/efi_parser.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 				      platform_certs/load_uefi.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 				      platform_certs/keyring_handler.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) integrity-$(CONFIG_LOAD_IPL_KEYS) += platform_certs/load_ipl_s390.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) integrity-$(CONFIG_LOAD_PPC_KEYS) += platform_certs/efi_parser.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)                                      platform_certs/load_powerpc.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)                                      platform_certs/keyring_handler.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) obj-$(CONFIG_IMA)			+= ima/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) obj-$(CONFIG_EVM)			+= evm/