holi.mk 363 B

12345678910111213
  1. # Settings for compiling holi camera architecture
  2. # Localized KCONFIG settings
  3. CONFIG_SPECTRA_ISP := y
  4. CONFIG_SPECTRA_OPE := y
  5. CONFIG_SPECTRA_TFE := y
  6. CONFIG_SPECTRA_SENSOR := y
  7. # Flags to pass into C preprocessor
  8. ccflags-y += -DCONFIG_SPECTRA_ISP=1
  9. ccflags-y += -DCONFIG_SPECTRA_OPE=1
  10. ccflags-y += -DCONFIG_SPECTRA_TFE=1
  11. ccflags-y += -DCONFIG_SPECTRA_SENSOR=1