mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
scripts: Makefile: Change output overlay from .dtb to .tmp
If the output overlayed file has the .dtb extension, then the build system may interpret the overlayed file as a SOC DTB file which will result in the final kernel image including properties from the board files. Change-Id: I857d5dc731b1bbcd880a7543a437e10f4f9bf912 Signed-off-by: Kyle Yan <kyan@codeaurora.org>
This commit is contained in:
parent
9ddeac06df
commit
359e379f8e
@ -10,7 +10,7 @@ dtbo := $(addprefix $(obj)/,$(dtbo))
|
||||
ifneq ($(DTC_OVERLAY_TEST_EXT),)
|
||||
DTC_OVERLAY_TEST = $(DTC_OVERLAY_TEST_EXT)
|
||||
quiet_cmd_dtbo_verify = VERIFY $@
|
||||
cmd_dtbo_verify = $(DTC_OVERLAY_TEST) $(addprefix $(obj)/,$($(@F)-base)) $@ $(dot-target).dtb
|
||||
cmd_dtbo_verify = $(DTC_OVERLAY_TEST) $(addprefix $(obj)/,$($(@F)-base)) $@ $(dot-target).tmp
|
||||
else
|
||||
cmd_dtbo_verify = true
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user