Files
kernel_google_wahoo/scripts/Makefile.dtboaply
Yueyao Zhu 7ef7585582 scripts: copy combined dtbc to arch/arm64/boot
Bug: 37099957
Change-Id: Id92ca99a02dd18d0e03a48f33b4b439fe78327d4
Signed-off-by: Yueyao Zhu <yueyao@google.com>
2017-04-12 14:50:47 -07:00

10 lines
381 B
Makefile

# Treble kerenl requires the SoC device tree and the device specific
# device tree overlay to be built separately. Before the bootloader
# supports applying overlay, the overlay step to form the dtb passed
# to the linux kernel is done on the host side with this target.
.PHONY: all
all:
$(if $(KBUILD_SRC),$(srctree)/)scripts/dtbo_apply_overlay.sh $(obj) ${KERNEL_DTB} ${DTBO}