aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/rsa_mod_exp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/rsa_mod_exp/Makefile')
-rw-r--r--drivers/crypto/rsa_mod_exp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/crypto/rsa_mod_exp/Makefile b/drivers/crypto/rsa_mod_exp/Makefile
index ae3dcf3d7ae..7e829d3c10f 100644
--- a/drivers/crypto/rsa_mod_exp/Makefile
+++ b/drivers/crypto/rsa_mod_exp/Makefile
@@ -1,8 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2014 Freescale Semiconductor, Inc.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
obj-$(CONFIG_RSA) += mod_exp_uclass.o
obj-$(CONFIG_RSA_SOFTWARE_EXP) += mod_exp_sw.o