Loading build/tasks/kernel.mk +6 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,8 @@ # # BOARD_DTBO_CFG = Path to a mkdtboimg.py config file # # BOARD_CUSTOM_DTBIMG_MK = Path to a custom dtbimage makefile # # BOARD_CUSTOM_DTBOIMG_MK = Path to a custom dtboimage makefile # # KERNEL_CC = The C Compiler used. This is automatically set based Loading Loading @@ -496,6 +498,9 @@ endif # BOARD_CUSTOM_DTBOIMG_MK endif # TARGET_NEEDS_DTBOIMAGE/BOARD_KERNEL_SEPARATED_DTBO ifeq ($(BOARD_INCLUDE_DTB_IN_BOOTIMG),true) ifneq ($(BOARD_CUSTOM_DTBIMG_MK),) include $(BOARD_CUSTOM_DTBIMG_MK) else ifeq ($(BOARD_PREBUILT_DTBIMAGE_DIR),) $(DTB_OUT): mkdir -p $(DTB_OUT) Loading @@ -514,6 +519,7 @@ else endif # !TARGET_WANTS_EMPTY_DTB endif # !BOARD_PREBUILT_DTBIMAGE_DIR endif # BOARD_CUSTOM_DTBIMG_MK endif # BOARD_INCLUDE_DTB_IN_BOOTIMG endif # FULL_KERNEL_BUILD Loading Loading
build/tasks/kernel.mk +6 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,8 @@ # # BOARD_DTBO_CFG = Path to a mkdtboimg.py config file # # BOARD_CUSTOM_DTBIMG_MK = Path to a custom dtbimage makefile # # BOARD_CUSTOM_DTBOIMG_MK = Path to a custom dtboimage makefile # # KERNEL_CC = The C Compiler used. This is automatically set based Loading Loading @@ -496,6 +498,9 @@ endif # BOARD_CUSTOM_DTBOIMG_MK endif # TARGET_NEEDS_DTBOIMAGE/BOARD_KERNEL_SEPARATED_DTBO ifeq ($(BOARD_INCLUDE_DTB_IN_BOOTIMG),true) ifneq ($(BOARD_CUSTOM_DTBIMG_MK),) include $(BOARD_CUSTOM_DTBIMG_MK) else ifeq ($(BOARD_PREBUILT_DTBIMAGE_DIR),) $(DTB_OUT): mkdir -p $(DTB_OUT) Loading @@ -514,6 +519,7 @@ else endif # !TARGET_WANTS_EMPTY_DTB endif # !BOARD_PREBUILT_DTBIMAGE_DIR endif # BOARD_CUSTOM_DTBIMG_MK endif # BOARD_INCLUDE_DTB_IN_BOOTIMG endif # FULL_KERNEL_BUILD Loading