1ifeq ($(CFG_CRYPTO_WITH_CE),y) 2srcs-$(CFG_ARM64_core) += ghash-ce-core_a64.S 3srcs-$(CFG_ARM32_core) += ghash-ce-core_a32.S 4srcs-y += aes-gcm-ce.c 5endif 6
1ifeq ($(CFG_CRYPTO_WITH_CE),y) 2srcs-$(CFG_ARM64_core) += ghash-ce-core_a64.S 3srcs-$(CFG_ARM32_core) += ghash-ce-core_a32.S 4srcs-y += aes-gcm-ce.c 5endif 6