summaryrefslogtreecommitdiff
path: root/msm8998/common.mk
blob: 5c9ce70be147a1ce31362c3fe1b232567529992d (plain)
1
2
3
4
5
6
7
8
9
common_deps :=
kernel_includes :=

ifneq (,$(call is-vendor-board-qcom))
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