xref: /kernel/linux/linux-6.6/security/integrity/ima/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/security/integrity/ima/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Makefile for building Trusted Computing Group's(TCG) runtime Integrity
462306a36Sopenharmony_ci# Measurement Architecture(IMA).
562306a36Sopenharmony_ci#
662306a36Sopenharmony_ci
762306a36Sopenharmony_ciobj-$(CONFIG_IMA) += ima.o
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciima-y := ima_fs.o ima_queue.o ima_init.o ima_main.o ima_crypto.o ima_api.o \
1062306a36Sopenharmony_ci	 ima_policy.o ima_template.o ima_template_lib.o
1162306a36Sopenharmony_ciima-$(CONFIG_IMA_APPRAISE) += ima_appraise.o
1262306a36Sopenharmony_ciima-$(CONFIG_IMA_APPRAISE_MODSIG) += ima_modsig.o
1362306a36Sopenharmony_ciima-$(CONFIG_HAVE_IMA_KEXEC) += ima_kexec.o
1462306a36Sopenharmony_ciima-$(CONFIG_IMA_BLACKLIST_KEYRING) += ima_mok.o
1562306a36Sopenharmony_ciima-$(CONFIG_IMA_MEASURE_ASYMMETRIC_KEYS) += ima_asymmetric_keys.o
1662306a36Sopenharmony_ciima-$(CONFIG_IMA_QUEUE_EARLY_BOOT_KEYS) += ima_queue_keys.o
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ciifeq ($(CONFIG_EFI),y)
1962306a36Sopenharmony_ciima-$(CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT) += ima_efi.o
2062306a36Sopenharmony_ciendif
21

Indexes created Thu Nov 07 10:32:03 CST 2024