2018-01-22 17:27:00 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2019-04-18 21:38:53 +08:00
|
|
|
# Copyright (C) 2012-2019 ARM Limited (or its affiliates).
|
2018-01-22 17:27:00 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_CRYPTO_DEV_CCREE) := ccree.o
|
2019-07-02 19:39:18 +08:00
|
|
|
ccree-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
|
2018-01-22 17:27:04 +08:00
|
|
|
ccree-$(CONFIG_CRYPTO_FIPS) += cc_fips.o
|
2018-01-22 17:27:00 +08:00
|
|
|
ccree-$(CONFIG_DEBUG_FS) += cc_debugfs.o
|
|
|
|
ccree-$(CONFIG_PM) += cc_pm.o
|