Makefile 255 B

123456789101112
  1. #
  2. # Makefile for caching inode integrity data (iint)
  3. #
  4. obj-$(CONFIG_INTEGRITY) += integrity.o
  5. integrity-y := iint.o
  6. subdir-$(CONFIG_IMA) += ima
  7. obj-$(CONFIG_IMA) += ima/built-in.o
  8. subdir-$(CONFIG_EVM) += evm
  9. obj-$(CONFIG_EVM) += evm/built-in.o