You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
478 B
Makefile
16 lines
478 B
Makefile
ifeq ($(call my-dir),$(call project-path-for,qcom-camera))
|
|
MM_V4L2_DRIVER_LIST += msm8960
|
|
MM_V4L2_DRIVER_LIST += msm8974
|
|
MM_V4L2_DRIVER_LIST += msm8226
|
|
MM_V4L2_DRIVER_LIST += msm8610
|
|
MM_V4L2_DRIVER_LIST += msm_bronze
|
|
MM_V4L2_DRIVER_LIST += msm8916
|
|
MM_V4L2_DRIVER_LIST += msm8909
|
|
LOCAL_32_BIT_ONLY := true
|
|
ifeq ($(call is-board-platform-in-list,$(MM_V4L2_DRIVER_LIST)),true)
|
|
ifneq ($(BUILD_TINY_ANDROID),true)
|
|
include $(call all-subdir-makefiles)
|
|
endif
|
|
endif
|
|
endif
|