summaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500/cryp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/ux500/cryp/Makefile')
-rw-r--r--drivers/crypto/ux500/cryp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/crypto/ux500/cryp/Makefile b/drivers/crypto/ux500/cryp/Makefile
index fd5e6df3861..e5d362a6f68 100644
--- a/drivers/crypto/ux500/cryp/Makefile
+++ b/drivers/crypto/ux500/cryp/Makefile
@@ -9,5 +9,5 @@ CFLAGS_cryp.o := -DDEBUG -O0
CFLAGS_cryp_irq.o := -DDEBUG -O0
endif
-obj-$(CONFIG_CRYPTO_DEV_UX500_CRYP) += u8500_cryp.o
-u8500_cryp-objs := cryp.o cryp_irq.o cryp_core.o
+obj-$(CONFIG_CRYPTO_DEV_UX500_CRYP) += ux500_cryp.o
+ux500_cryp-objs := cryp.o cryp_irq.o cryp_core.o