diff options
Diffstat (limited to 'camera/common.mk')
-rw-r--r-- | camera/common.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camera/common.mk b/camera/common.mk new file mode 100644 index 0000000..a872679 --- /dev/null +++ b/camera/common.mk @@ -0,0 +1,9 @@ +common_deps := +kernel_includes := + +ifeq ($(call is-vendor-board-platform,QCOM),true) +ifeq ($(TARGET_COMPILE_WITH_MSM_KERNEL),true) + common_deps += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr + kernel_includes += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include +endif +endif |