1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| #
| # (C) Copyright 2013-2016
| # Allwinner Technology Co., Ltd. <www.allwinnertech.com>
| #
| # SPDX-License-Identifier: GPL-2.0+
| #
| ifdef CONFIG_SUNXI_CE_21
| obj-$(CONFIG_SUNXI_CE_DRIVER) += sunxi_crypto_2.1.o
| obj-$(CONFIG_SUNXI_CE_DRIVER) += ss_op_2.1.o
| else
| obj-$(CONFIG_SUNXI_CE_DRIVER) += sunxi_crypto.o
| obj-$(CONFIG_SUNXI_CE_DRIVER) += ss_op.o
| endif
|
| obj-y += sunxi_efuse.o
|
|