volcano.mk 506 B

1234567891011121314151617
  1. # Settings for compiling volcano camera architecture
  2. # Localized KCONFIG settings
  3. CONFIG_SPECTRA_ISP := y
  4. CONFIG_SPECTRA_ICP := y
  5. CONFIG_SPECTRA_TFE := y
  6. CONFIG_SPECTRA_CRE := y
  7. CONFIG_SPECTRA_SENSOR := y
  8. CONFIG_CSF_2_5_SECURE_CAMERA := y
  9. # Flags to pass into C preprocessor
  10. ccflags-y += -DCONFIG_SPECTRA_ISP=1
  11. ccflags-y += -DCONFIG_SPECTRA_ICP=1
  12. ccflags-y += -DCONFIG_SPECTRA_TFE=1
  13. ccflags-y += -DCONFIG_SPECTRA_CRE=1
  14. ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
  15. ccflags-y += -DCONFIG_CSF_2_5_SECURE_CAMERA=1