8 lines
223 B
Makefile
8 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
|