xref: /kernel/linux/linux-6.6/security/integrity/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/security/integrity/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Makefile for caching inode integrity data (iint)
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciobj-$(CONFIG_INTEGRITY) += integrity.o
762306a36Sopenharmony_ci
862306a36Sopenharmony_ciintegrity-y := iint.o
962306a36Sopenharmony_ciintegrity-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o
1062306a36Sopenharmony_ciintegrity-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o
1162306a36Sopenharmony_ciintegrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o
1262306a36Sopenharmony_ciintegrity-$(CONFIG_INTEGRITY_PLATFORM_KEYRING) += platform_certs/platform_keyring.o
1362306a36Sopenharmony_ciintegrity-$(CONFIG_INTEGRITY_MACHINE_KEYRING) += platform_certs/machine_keyring.o
1462306a36Sopenharmony_ciintegrity-$(CONFIG_LOAD_UEFI_KEYS) += platform_certs/efi_parser.o \
1562306a36Sopenharmony_ci				      platform_certs/load_uefi.o \
1662306a36Sopenharmony_ci				      platform_certs/keyring_handler.o
1762306a36Sopenharmony_ciintegrity-$(CONFIG_LOAD_IPL_KEYS) += platform_certs/load_ipl_s390.o
1862306a36Sopenharmony_ciintegrity-$(CONFIG_LOAD_PPC_KEYS) += platform_certs/efi_parser.o \
1962306a36Sopenharmony_ci                                     platform_certs/load_powerpc.o \
2062306a36Sopenharmony_ci                                     platform_certs/keyring_handler.o
2162306a36Sopenharmony_ciobj-$(CONFIG_IMA)			+= ima/
2262306a36Sopenharmony_ciobj-$(CONFIG_EVM)			+= evm/
23

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