xref: /OK3568_Linux_fs/kernel/drivers/crypto/ccree/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0
2*4882a593Smuzhiyun# Copyright (C) 2012-2019 ARM Limited (or its affiliates).
3*4882a593Smuzhiyun
4*4882a593Smuzhiyunobj-$(CONFIG_CRYPTO_DEV_CCREE) := ccree.o
5*4882a593Smuzhiyunccree-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
6*4882a593Smuzhiyunccree-$(CONFIG_CRYPTO_FIPS) += cc_fips.o
7*4882a593Smuzhiyunccree-$(CONFIG_DEBUG_FS) += cc_debugfs.o
8*4882a593Smuzhiyunccree-$(CONFIG_PM) += cc_pm.o
9