yupik.mk 448 B

123456789101112131415
  1. # Settings for compiling yupik camera architecture
  2. # Localized KCONFIG settings
  3. CONFIG_SPECTRA_ISP := y
  4. CONFIG_SPECTRA_ICP := y
  5. CONFIG_SPECTRA_JPEG := y
  6. CONFIG_SPECTRA_LRME := 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_LRME=1
  13. ccflags-y += -DCONFIG_SPECTRA_SENSOR=1