blob: a872679aa435980df7ba7413d2898c07d832086b [file] [log] [blame]
Thierry Strudel3d639192016-09-09 11:52:26 -07001common_deps :=
2kernel_includes :=
3
4ifeq ($(call is-vendor-board-platform,QCOM),true)
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