1common_deps := 2kernel_includes := 3 4ifneq (,$(call is-vendor-board-qcom)) 5ifeq ($(TARGET_COMPILE_WITH_MSM_KERNEL),true) 6 common_deps += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr 7 kernel_includes += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include 8endif 9endif 10