Makefile 407 B

1234567891011
  1. obj-$(CONFIG_CRYPTO_DEV_QCOM_MSM_QCE) += qce50.o
  2. obj-$(CONFIG_CRYPTO_DEV_QCEDEV) += qcedev.o
  3. obj-$(CONFIG_CRYPTO_DEV_QCEDEV) += qcedev_smmu.o
  4. obj-$(CONFIG_CRYPTO_DEV_QCRYPTO) += qcrypto.o
  5. obj-$(CONFIG_CRYPTO_DEV_OTA_CRYPTO) += ota_crypto.o
  6. obj-$(CONFIG_CRYPTO_DEV_QCOM_ICE) += ice.o
  7. # TODO: remove me b/62058353
  8. subdir-ccflags-y += \
  9. -Wno-ignored-attributes \
  10. $(call cc-option,-Wno-frame-larger-than=) \