Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37956286 authored by Kshitij's avatar Kshitij Committed by Rashed Abdel-Tawab
Browse files

tasks: dtbo: Add support for custom dtbo generation rules

Change-Id: I27fdade5eb177a06795fee7cc19066ec161642d9
parent 835b4343
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
ifneq ($(TARGET_NO_KERNEL),true)
ifeq ($(strip $(BOARD_KERNEL_SEPARATED_DTBO)),true)

ifneq ($(BOARD_CUSTOM_DTBOIMG_MK),)
include $(BOARD_CUSTOM_DTBOIMG_MK)
else

MKDTIMG := $(HOST_OUT_EXECUTABLES)/mkdtimg$(HOST_EXECUTABLE_SUFFIX)

# Most specific paths must come first in possible_dtbo_dirs
@@ -21,5 +25,6 @@ endef
$(BOARD_PREBUILT_DTBOIMAGE): $(MKDTIMG) $(INSTALLED_KERNEL_TARGET)
	$(build-dtboimage-target)

endif # BOARD_CUSTOM_DTBOIMG_MK
endif # BOARD_KERNEL_SEPARATED_DTBO
endif # TARGET_NO_KERNEL