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