diwali.mk 407 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. # Settings for compiling diwali camera architecture
  3. # Localized KCONFIG settings
  4. CONFIG_SPECTRA_ISP := y
  5. CONFIG_SPECTRA_ICP := y
  6. CONFIG_SPECTRA_JPEG := y
  7. CONFIG_SPECTRA_SENSOR := y
  8. # Flags to pass into C preprocessor
  9. ccflags-y += -DCONFIG_SPECTRA_ISP=1
  10. ccflags-y += -DCONFIG_SPECTRA_ICP=1
  11. ccflags-y += -DCONFIG_SPECTRA_JPEG=1
  12. ccflags-y += -DCONFIG_SPECTRA_SENSOR=1