diff options
Diffstat (limited to 'drivers/crypto/ux500/Makefile')
-rw-r--r-- | drivers/crypto/ux500/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/crypto/ux500/Makefile b/drivers/crypto/ux500/Makefile new file mode 100644 index 000000000000..beb4d37db7b4 --- /dev/null +++ b/drivers/crypto/ux500/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) ST-Ericsson SA 2010 +# Author: Shujuan Chen (shujuan.chen@stericsson.com) +# License terms: GNU General Public License (GPL) version 2 +# + +obj-$(CONFIG_CRYPTO_DEV_UX500_CRYP) += cryp/ |