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 00000000..b8077953 --- /dev/null +++ b/roms/u-boot/drivers/crypto/Makefile @@ -0,0 +1,8 @@ +# +# Copyright (c) 2013 Samsung Electronics Co., Ltd. +# 	http://www.samsung.com +# +# SPDX-License-Identifier:	GPL-2.0+ +# + +obj-$(CONFIG_EXYNOS_ACE_SHA)	+= ace_sha.o | 
