blob: 95fedb807bde86d2b13615432357ce65ad23576b [file] [log] [blame]
ifneq ($(strip $(USE_DEVICE_SPECIFIC_CAMERA)),true)
MM_V4L2_DRIVER_LIST += msm8960
MM_V4L2_DRIVER_LIST += msm8974
MM_V4L2_DRIVER_LIST += msm8226
ifeq ($(call is-board-platform-in-list,$(MM_V4L2_DRIVER_LIST)),true)
ifneq ($(USE_CAMERA_STUB),true)
ifneq ($(BUILD_TINY_ANDROID),true)
include $(call all-subdir-makefiles)
endif
endif
endif
endif