summaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/ux500/Makefile')
-rwxr-xr-xdrivers/crypto/ux500/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/crypto/ux500/Makefile b/drivers/crypto/ux500/Makefile
new file mode 100755
index 00000000000..4c187857120
--- /dev/null
+++ b/drivers/crypto/ux500/Makefile
@@ -0,0 +1,11 @@
+
+ifeq ($(CONFIG_CRYPTO_DEV_UX500_DEBUG_INFO),y)
+ EXTRA_CFLAGS += -D__DEBUG
+else
+ EXTRA_CFLAGS += -D__RELEASE
+endif
+
+obj-$(CONFIG_CRYPTO_DEV_UX500_HASH) += hash/
+
+
+