blob: b7af9bb981e523c040b7e21d65b8e227fc439460 (
plain)
1
2
3
4
5
6
7
|
common_deps :=
kernel_includes :=
ifeq ($(call is-vendor-board-platform,QCOM),true)
common_deps += INSTALLED_KERNEL_HEADERS
kernel_includes += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
endif
|