developer | 4f0d2ba | 2023-08-21 17:33:25 +0800 | [diff] [blame] | 1 | # SPDX-Liscense-Identifier: GPL-2.0-or-later |
| 2 | # |
| 3 | # Copyright (C) 2023 MediaTek Inc. |
| 4 | # |
| 5 | # Author: Chris.Chou <chris.chou@mediatek.com> |
| 6 | # Ren-Ting Wang <ren-ting.wang@mediatek.com> |
| 7 | |
| 8 | obj-$(CONFIG_MTK_CRYPTO_EIP_INLINE) += crypto-eip-inline.o |
| 9 | |
| 10 | ccflags-y += -I$(src)/inc |
| 11 | |
| 12 | crypto-eip-inline-y += init.o |
| 13 | crypto-eip-inline-y += ddk-wrapper.o |
| 14 | |
| 15 | crypto-eip-inline-$(CONFIG_CRYPTO_XFRM_OFFLOAD_MTK_PCE) += xfrm-offload.o |
| 16 | |
| 17 | include $(wildcard $(src)/*.mk) |