diff options
Diffstat (limited to 'roms/u-boot/drivers/crypto/Makefile')
-rw-r--r-- | roms/u-boot/drivers/crypto/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/crypto/Makefile b/roms/u-boot/drivers/crypto/Makefile new file mode 100644 index 000000000..efbd1d3fc --- /dev/null +++ b/roms/u-boot/drivers/crypto/Makefile @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (c) 2013 Samsung Electronics Co., Ltd. +# http://www.samsung.com + +obj-$(CONFIG_EXYNOS_ACE_SHA) += ace_sha.o +obj-y += rsa_mod_exp/ +obj-y += fsl/ |