summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/Makefile
diff options
context:
space:
mode:
authorGilad Ben-Yossef2018-01-09 11:24:29 +0100
committerGreg Kroah-Hartman2018-01-09 16:00:07 +0100
commite7660d2d4714a146a80553e9355b40c467d60183 (patch)
tree2f1ebf583b0b49ff3b1ac6694c609664a0d682b5 /drivers/staging/ccree/Makefile
parentstaging: lustre: remove LIBCFS_ALLOC, LIBCFS_FREE and related macros. (diff)
downloadkernel-qcow2-linux-e7660d2d4714a146a80553e9355b40c467d60183.tar.gz
kernel-qcow2-linux-e7660d2d4714a146a80553e9355b40c467d60183.tar.xz
kernel-qcow2-linux-e7660d2d4714a146a80553e9355b40c467d60183.zip
staging: ccree: use a consistent file naming convention
The ccree driver source files were using an inconsistent naming convention stemming from what the company was called when they were added. Move to a single consistent naming convention for better code readability. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree/Makefile')
-rw-r--r--drivers/staging/ccree/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/ccree/Makefile b/drivers/staging/ccree/Makefile
index c107e2506717..bdc27970f95f 100644
--- a/drivers/staging/ccree/Makefile
+++ b/drivers/staging/ccree/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_CRYPTO_DEV_CCREE) := ccree.o
-ccree-y := ssi_driver.o ssi_buffer_mgr.o ssi_request_mgr.o ssi_cipher.o ssi_hash.o ssi_aead.o ssi_ivgen.o ssi_sram_mgr.o
-ccree-$(CONFIG_CRYPTO_FIPS) += ssi_fips.o
+ccree-y := cc_driver.o cc_buffer_mgr.o cc_request_mgr.o cc_cipher.o cc_hash.o cc_aead.o cc_ivgen.o cc_sram_mgr.o
+ccree-$(CONFIG_CRYPTO_FIPS) += cc_fips.o
ccree-$(CONFIG_DEBUG_FS) += cc_debugfs.o
-ccree-$(CONFIG_PM) += ssi_pm.o
+ccree-$(CONFIG_PM) += cc_pm.o