1462c4955c
git-subtree-dir: camera git-subtree-split: 4d64001700fe361fa152f23b310991c1079f6a87
7 lines
223 B
Makefile
7 lines
223 B
Makefile
common_deps :=
|
|
kernel_includes :=
|
|
|
|
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
|