8 lines
201 B
Makefile
8 lines
201 B
Makefile
include vendor/lineage/config/BoardConfigKernel.mk
|
|
|
|
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
|
|
include hardware/qcom-caf/common/BoardConfigQcom.mk
|
|
endif
|
|
|
|
include vendor/lineage/config/BoardConfigSoong.mk
|