cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (351B)


      1# SPDX-License-Identifier: GPL-2.0
      2# Copyright (C) 2012-2019 ARM Limited (or its affiliates).
      3
      4obj-$(CONFIG_CRYPTO_DEV_CCREE) := ccree.o
      5ccree-y := cc_driver.o cc_buffer_mgr.o cc_request_mgr.o cc_cipher.o cc_hash.o cc_aead.o cc_sram_mgr.o
      6ccree-$(CONFIG_CRYPTO_FIPS) += cc_fips.o
      7ccree-$(CONFIG_DEBUG_FS) += cc_debugfs.o
      8ccree-$(CONFIG_PM) += cc_pm.o