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 building Trusted Computing Group's(TCG) runtime Integrity
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) # Measurement Architecture(IMA).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) obj-$(CONFIG_IMA) += ima.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) ima-y := ima_fs.o ima_queue.o ima_init.o ima_main.o ima_crypto.o ima_api.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	 ima_policy.o ima_template.o ima_template_lib.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) ima-$(CONFIG_IMA_APPRAISE) += ima_appraise.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) ima-$(CONFIG_IMA_APPRAISE_MODSIG) += ima_modsig.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) ima-$(CONFIG_HAVE_IMA_KEXEC) += ima_kexec.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) ima-$(CONFIG_IMA_BLACKLIST_KEYRING) += ima_mok.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) ima-$(CONFIG_IMA_MEASURE_ASYMMETRIC_KEYS) += ima_asymmetric_keys.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) ima-$(CONFIG_IMA_QUEUE_EARLY_BOOT_KEYS) += ima_queue_keys.o